OLD | NEW |
1 Test Common.TextUtils.BalancedJSONTokenizer. | 1 Test TextUtils.TextUtils.BalancedJSONTokenizer. |
2 | 2 |
3 Running: testMatchQuotes | 3 Running: testMatchQuotes |
4 | 4 |
5 Parsing {"odd back slashes with text around":"tes\\\"t"} | 5 Parsing {"odd back slashes with text around":"tes\\\"t"} |
6 {"odd back slashes with text around":"tes\\\"t"} | 6 {"odd back slashes with text around":"tes\\\"t"} |
7 | 7 |
8 Parsing {"escaped double quotes":"\"test\""} | 8 Parsing {"escaped double quotes":"\"test\""} |
9 {"escaped double quotes":"\"test\""} | 9 {"escaped double quotes":"\"test\""} |
10 | 10 |
11 Parsing {"escaped back slash before double quote":"test\\"} | 11 Parsing {"escaped back slash before double quote":"test\\"} |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 ,{"":""},{"nested brackets":{}} | 89 ,{"":""},{"nested brackets":{}} |
90 ,{"nested brackets with double quotes":{"":""}},{"etc":{"\\":"\""}} | 90 ,{"nested brackets with double quotes":{"":""}},{"etc":{"\\":"\""}} |
91 ,{"etc":{"\\\\":"\\"}},{"etc":{"\\\\\"":"\\\\\""}} | 91 ,{"etc":{"\\\\":"\\"}},{"etc":{"\\\\\"":"\\\\\""}} |
92 | 92 |
93 Running: testGarbageAfterObject | 93 Running: testGarbageAfterObject |
94 | 94 |
95 Parsing [{a: 'b'}], {'x': {a: 'b'}} | 95 Parsing [{a: 'b'}], {'x': {a: 'b'}} |
96 [{a: 'b'} | 96 [{a: 'b'} |
97 tokenizer.write() returned false, false expected | 97 tokenizer.write() returned false, false expected |
98 | 98 |
OLD | NEW |