diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-03 10:49:33 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-03 10:49:33 +0100 |
| commit | 8b38c88ae55a6edf1028a5aa57b93afdbc4001d6 (patch) | |
| tree | dd7f8a8c369000d6579a8dd20497ab20d93f1c9c /tests/expected | |
| parent | 948ad7f2bda3495faebf39d1bb903f863e9ad596 (diff) | |
| download | tools.nes-8b38c88ae55a6edf1028a5aa57b93afdbc4001d6.tar.gz tools.nes-8b38c88ae55a6edf1028a5aa57b93afdbc4001d6.zip | |
Avoid invalid identifiers in proc/macro/scope
This was apparently neglected and you were able to pick invalid
identifiers to identify procs, macros and scopes. Ensure this does not
happen again and provide tests for it.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'tests/expected')
| -rw-r--r-- | tests/expected/avoid_bad_macro.nes | bin | 0 -> 18 bytes | |||
| -rw-r--r-- | tests/expected/avoid_bad_macro.txt | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/expected/avoid_bad_macro.nes b/tests/expected/avoid_bad_macro.nes Binary files differnew file mode 100644 index 0000000..eb99eb1 --- /dev/null +++ b/tests/expected/avoid_bad_macro.nes diff --git a/tests/expected/avoid_bad_macro.txt b/tests/expected/avoid_bad_macro.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/expected/avoid_bad_macro.txt |
