summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2015-02-08 11:01:09 -0600
committerSimon Hafner <hafnersimon@gmail.com>2015-02-08 11:01:09 -0600
commit6f1152c66bbf00617ab991e88e547362d9cb2480 (patch)
tree18e3b5492def75491011268fcef6f94b85e260b6 /tests/stdlib
parent008b0f19bb73e4c2ef4b636415a1d703aca05ada (diff)
downloadNim-6f1152c66bbf00617ab991e88e547362d9cb2480.tar.gz
apparently the json spacing changed
Diffstat (limited to 'tests/stdlib')
-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" />