chromium/third_party/blink/web_tests/http/tests/devtools/console/console-log-eval-syntax-error-expected.txt

Tests that syntax errors in eval are logged into console, contains correct link and doesn't cause browser crash.

VM:1 Uncaught SyntaxError: Unexpected token '}'
    at foo (<anonymous>:15:11)
foo @ VM:15
setTimeout
(anonymous) @ console-log-eval-syntax-error.js:23
boo.js:2 Uncaught SyntaxError: Unexpected token '}' (at boo.js:2:1)
    at boo (<anonymous>:19:11)
boo @ VM:19
setTimeout
(anonymous) @ console-log-eval-syntax-error.js:26