diff options
Diffstat (limited to 'tests/stdlib/tjsonexternproc.nim')
-rw-r--r-- | tests/stdlib/tjsonexternproc.nim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/stdlib/tjsonexternproc.nim b/tests/stdlib/tjsonexternproc.nim new file mode 100644 index 000000000..1091d72cd --- /dev/null +++ b/tests/stdlib/tjsonexternproc.nim @@ -0,0 +1,11 @@ +discard """ +output: ''' +{"data":[1]} +''' +""" + +# Test case for https://github.com/nim-lang/Nim/issues/6385 + +import mjsonexternproc +# import json +foo(1) |