Files
Nim/tests/stdlib/mjsonexternproc.nim
Mamy Ratsimbazafy 5b8f33a905 Reorder json add and %, fixes #6385 (#6388)
* Reorder json `add` and `%`, fixes https://github.com/nim-lang/Nim/issues/6385

* rename json test files
2017-09-16 19:09:44 +01:00

10 lines
164 B
Nim

# Test case for https://github.com/nim-lang/Nim/issues/6385
import json
# export json
proc foo*[T](a: T) =
let params = %*{
"data": [ 1 ]
}
echo $params