tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / js / script-tests / end-in-string-escape.js
1 description('Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=33641">bug 33641</a>: Assertion failure in Lexer.cpp if input stream ends while in string escape.');
2
3 debug("Passed if no assertion failure.");
4
5 try {
6     eval('"\\');
7 } catch (ex) {
8 }