From 8b38c88ae55a6edf1028a5aa57b93afdbc4001d6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 3 Feb 2026 10:49:33 +0100 Subject: Avoid invalid identifiers in proc/macro/scope MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- tests/expected/avoid_bad_macro.nes | Bin 0 -> 18 bytes tests/expected/avoid_bad_macro.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/expected/avoid_bad_macro.nes create mode 100644 tests/expected/avoid_bad_macro.txt (limited to 'tests/expected') diff --git a/tests/expected/avoid_bad_macro.nes b/tests/expected/avoid_bad_macro.nes new file mode 100644 index 0000000..eb99eb1 Binary files /dev/null and b/tests/expected/avoid_bad_macro.nes differ diff --git a/tests/expected/avoid_bad_macro.txt b/tests/expected/avoid_bad_macro.txt new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3