]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/json/reader/reader-tests.factor
factor: fix some spacing
[factor.git] / basis / json / reader / reader-tests.factor
index 642c76674e84888a79687fc3a759abd4d21cba8a..b2054ab26b4ed6093b80c29c31fe06946bdfbe1c 100644 (file)
@@ -85,7 +85,7 @@ ${ { 0xabcd } >string } [ " \"\\uaBCd\" " json> ] unit-test
 [ not-a-json-number? ] must-fail-with
 
 ! unclosed objects and mismatched brackets are not allowed
- [ "[\"a\",
+[ "[\"a\",
 4
 ,1," json> ] must-fail