Skip to content
Snippets Groups Projects
Commit 78ca60e6 authored by Jeff Walden's avatar Jeff Walden
Browse files

Add tests verifying that ASI can't occur after the leading let/const in |let...

Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|.  Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let".
parent 67ba34b0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment