Use only naked `{` and `}` for variable assignment
[normand.git] / tests / pass-macro-exp-param-str.nt
index 5b8ab83ccb01e0f204df7a57ccf69554b6eb7f92..462d4ee17cc4076fdfb6f93d5a2bafecb9427cc2 100644 (file)
@@ -1,8 +1,8 @@
 !macro salut(zoom)
-  "meow " {zoom : s:latin1}
+  "meow " [zoom : s:latin1]
 !end
 
-{be}
+!be
 aa bb
 m:salut("mix\n")
 m:salut("meow")
This page took 0.023152 seconds and 4 git commands to generate.