README.adoc: "normand" -> "Normand"
[normand.git] / tests / fail-macro-exp-nested-1.nt
CommitLineData
f5dcb24c 1!macro meow(yeah)
ee724c95 2 [yeah:8]
f5dcb24c
PP
3!end
4
5!macro mix(yeah)
6 aa bb m:meow({yeah * 2})
7!end
8
9m:mix(12)
10"hello" m:mix(899)
11m:mix(16)
12m:mix(19)
13---
1410:9 - While expanding the macro `mix`:
156:9 - While expanding the macro `meow`:
162:4 - Value 1,798 is outside the 8-bit range when evaluating expression `yeah`
This page took 0.034874 seconds and 4 git commands to generate.