summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-02-08 21:08:08 +0100
committerAndreas Rumpf <rumpf_a@web.de>2015-02-08 21:08:08 +0100
commit9431b734b4751b804a0e07e6fe52f29dea0b6b1c (patch)
tree18e3b5492def75491011268fcef6f94b85e260b6
parent008b0f19bb73e4c2ef4b636415a1d703aca05ada (diff)
parent6f1152c66bbf00617ab991e88e547362d9cb2480 (diff)
downloadNim-9431b734b4751b804a0e07e6fe52f29dea0b6b1c.tar.gz
Merge pull request #2093 from reactormonk/json-test-fix
apparently the json spacing changed
-rw-r--r--tests/stdlib/tmitems.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tmitems.nim b/tests/stdlib/tmitems.nim
index 2297f0ee9..bf67d2b7b 100644
--- a/tests/stdlib/tmitems.nim
+++ b/tests/stdlib/tmitems.nim
@@ -12,7 +12,7 @@ fpqeew
 [11, 12, 13]
 [11, 12, 13]
 { "key1": 11,  "key2": 12,  "key3": 13}
-[ 11,  12,  13]
+[11, 12, 13]
 <Students>
   <Student Name="Aprilfoo" />
   <Student Name="bar" />