nashorn/test/script/basic/JDK-8019791.js.EXPECTED
author ksrini
Thu, 21 Nov 2013 12:01:45 -0800
changeset 21742 e61b55843e88
parent 20929 f2bd18181940
permissions -rw-r--r--
8028645: [infra] purge applet demos from the Solaris distros Reviewed-by: erikj

SyntaxError:33:Expected ; but found ~
"" ~ ""
   ^
SyntaxError:41:Expected ) but found ~
function() { if (1~0) return 0; return 1 }
                  ^