Make it possible to specify more that one byte with `%`
[normand.git] / tests / fail-macro-exp-inval-param-float.nt
1 !macro salut(a, b, c)
2 "meow" 23 42
3 !end
4
5 aa bb m:salut(42, 45.12, 12) ff
6 ---
7 5:21 - Expecting `,`
This page took 0.029241 seconds and 4 git commands to generate.