* Permit %%placeholder%% in left-hand-side of a let declaration * Test that "let" followed by modulo is still treated as an identifier * More tests for edge-case handling of "let" with placeholders enabled
3 lines
32 B
JavaScript
3 lines
32 B
JavaScript
if (cond) let
|
|
%%LHS%% = %%RHS%%
|