* 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
2 lines
33 B
JavaScript
2 lines
33 B
JavaScript
if (cond) let %%LHS%% = %%RHS%%;
|