File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/java/org/htmlunit/javascript/host/intl Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ private void test(final String... string) throws Exception {
5151 }
5252 html .append (
5353 " log(" + string [string .length - 1 ] + ");\n "
54- + " } catch(e) {log('exception' )}\n "
54+ + " } catch(e) {log(e.name )}\n "
5555 + " }\n "
5656 + "</script>\n "
5757 + "</head><body onload='test()'>\n "
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ private void test(final String string) throws Exception {
4747 + " function test() {\n "
4848 + " try {\n "
4949 + " log(" + string + ");\n "
50- + " } catch(e) {log('exception' )}\n "
50+ + " } catch(e) {log(e.name )}\n "
5151 + " }\n "
5252 + "</script>\n "
5353 + "</head><body onload='test()'>\n "
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ private void test(final String... string) throws Exception {
4444 }
4545 html .append (
4646 " log(" + string [string .length - 1 ] + ");\n "
47- + " } catch(e) {log('exception' )}\n "
47+ + " } catch(e) {log(e.name )}\n "
4848 + " }\n "
4949 + "</script>\n "
5050 + "</head><body onload='test()'>\n "
You can’t perform that action at this time.
0 commit comments