| Index: LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt
|
| diff --git a/LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt b/LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt
|
| deleted file mode 100644
|
| index e793a8dfcb206f96d12c73cd0a5032a42d2df878..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -Test that WebInspector.TextUtils.findBalancedCurlyBrackets correctly matches curly brackets and double quotes.
|
| -PASS: '{"odd back slashes with text around":"tes\\\"t"}'
|
| -PASS: '{"escaped double quotes":"\"test\""}'
|
| -PASS: '{"escaped back slash before double quote":"test\\"}'
|
| -PASS: '{"1":2}'
|
| -PASS: '{"":""}'
|
| -PASS: '{"nested brackets":{}}'
|
| -PASS: '{"nested brackets with double quotes":{"":""}}'
|
| -PASS: '{"etc":{"\\":"\""}}'
|
| -PASS: '{"etc":{"\\\\":"\\"}}'
|
| -PASS: '{"etc":{"\\\\\"":"\\\\\""}}'
|
| -
|
|
|