Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt

Issue 967853002: DevTools: n^2 -> n while loading heap snapshots and timeline files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed the load test. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW
« no previous file with comments | « LayoutTests/inspector/findBalancedCurlyBrackets.html ('k') | LayoutTests/inspector/json-balanced-tokenizer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698