diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-15 22:36:36 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-15 22:36:36 +0100 |
| commit | e7d815c73701377ad3f370e5e5e2b3296627a7ae (patch) | |
| tree | 0dfb48bcb913a7f967ea04a49a2b34916cffcfdd /lib/xixanta/src/node.rs | |
| parent | e27a1593c8d819b275b4e6da284e0cd39f12b5ac (diff) | |
| download | tools.nes-e7d815c73701377ad3f370e5e5e2b3296627a7ae.tar.gz tools.nes-e7d815c73701377ad3f370e5e5e2b3296627a7ae.zip | |
Fix error with strings containing equal operator
As with e27a1593c8d8 ("Allow semicolons inside of strings"), the parser
was too naive and regarded any '=' operator as part of an assignment,
despite that it could be art of string literal.
Luckily the fix was already done inside of the parsing of assignments,
we just needed to move it up.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'lib/xixanta/src/node.rs')
0 files changed, 0 insertions, 0 deletions
