Make `normand.ParseError` contain a list of messages
[normand.git] / tests / fail-macro-exp-nested-2.nt
CommitLineData
f5dcb24c
PP
1!macro meow()
2 {1993:8}
3!end
4
5!macro mix()
6 aa bb m:meow()
7!end
8
9"hello" m:mix()
10---
119:9 - While expanding the macro `mix`:
126:9 - While expanding the macro `meow`:
132:4 - Value 1,993 is outside the 8-bit range when evaluating expression `1993`
This page took 0.022473 seconds and 4 git commands to generate.