-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const not supported in javascript for loop #449
Labels
Comments
jpschewe
added a commit
to jpschewe/fll-sw
that referenced
this issue
Feb 22, 2022
Work around bug HtmlUnit/htmlunit#449 in htmlunit Issue #863
rbri
added a commit
to HtmlUnit/htmlunit-rhino-fork
that referenced
this issue
Apr 20, 2022
made a hack to work around this |
see com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine2Test.constInOfLoop() for a test case |
rbri
added a commit
that referenced
this issue
Apr 20, 2022
jpschewe
added a commit
to jpschewe/fll-sw
that referenced
this issue
Nov 1, 2022
Work around bug HtmlUnit/htmlunit#449 in htmlunit Issue #863
see #755 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When parsing the following javascript htmlunit fails to parse. If "const" is removed from the for loop, then the parsing succeeds.
Minimal code example:
test.js
test.html
App.java
The text was updated successfully, but these errors were encountered: