test/nashorn/script/basic/JDK-8019791.js.EXPECTED
changeset 47216 71c04702a3d5
parent 20929 f2bd18181940
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 SyntaxError:33:Expected ; but found ~
       
     2 "" ~ ""
       
     3    ^
       
     4 SyntaxError:41:Expected ) but found ~
       
     5 function() { if (1~0) return 0; return 1 }
       
     6                   ^