We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c5db5 commit 76c507aCopy full SHA for 76c507a
src/test/java/org/htmlunit/corejs/NativeErrorTest.java
@@ -21,7 +21,7 @@ public void stack() throws Exception {
21
+ " null.method();\n"
22
+ " } catch (e) {\n"
23
+ " if (e.stack)\n"
24
- + " output += e.stack.indexOf('\tat test.js:2 (test)') != -1;\n"
+ + " output += e.stack.indexOf('\tat test.js:4 (test)') != -1;\n"
25
+ " else\n"
26
+ " output += 'undefined';\n"
27
+ " }\n"
0 commit comments