László Polyák
Results
2
issues of
László Polyák
For example the Delphi statement (which is valid in Delphi): ``` pascal const SAMPLE = 'apple#20'#13#10; ``` generates the RHS expression in AST as: ``` xml ``` which is 'losts'...
bug
Unpaired apostrophe in JavaScript comments causes "Unexpected token '%'" error in template parsing
1
**Describe the bug** When using an unpaired apostrophe (') inside JavaScript comments within an Eta template block, the template parsing fails with an "Unexpected token '%'" error. Paired apostrophes ('like...