Make `normand.ParseError` contain a list of messages
[normand.git] / tests / fail-macro-exp-nested-2.nt
diff --git a/tests/fail-macro-exp-nested-2.nt b/tests/fail-macro-exp-nested-2.nt
new file mode 100644 (file)
index 0000000..1a3aa9e
--- /dev/null
@@ -0,0 +1,13 @@
+!macro meow()
+  {1993:8}
+!end
+
+!macro mix()
+  aa bb m:meow()
+!end
+
+"hello" m:mix()
+---
+9:9 - While expanding the macro `mix`:
+6:9 - While expanding the macro `meow`:
+2:4 - Value 1,993 is outside the 8-bit range when evaluating expression `1993`
This page took 0.023401 seconds and 4 git commands to generate.