OLD | NEW |
---|---|
(Empty) | |
1 Test that WebInspector.TextUtils.findBalancedCurlyBrackets correctly matches cur ly brackets and double quotes. | |
2 PASS: '{"odd back slashes with text around":"tes\\\"t"}' | |
3 PASS: '{"escaped double quotes":"\"test\""}' | |
4 PASS: '{"escaped back slash before double quote":"test\\"}' | |
5 PASS: '{"1":2}' | |
6 PASS: '{"":""}' | |
7 PASS: '{"nested brackets":{}}' | |
8 PASS: '{"nested brackets with double quotes":{"":""}}' | |
9 PASS: '{"etc":{"\\":"\""}}' | |
10 PASS: '{"etc":{"\\\\":"\\"}}' | |
11 PASS: '{"etc":{"\\\\\"":"\\\\\""}}' | |
12 | |
OLD | NEW |