Add many string features
[normand.git] / tests / pass-macro-exp-param-str.nt
diff --git a/tests/pass-macro-exp-param-str.nt b/tests/pass-macro-exp-param-str.nt
new file mode 100644 (file)
index 0000000..5b8ab83
--- /dev/null
@@ -0,0 +1,16 @@
+!macro salut(zoom)
+  "meow " {zoom : s:latin1}
+!end
+
+{be}
+aa bb
+m:salut("mix\n")
+m:salut("meow")
+ff
+---
+aa bb
+
+6d 65 6f 77 20 6d 69 78 0a
+6d 65 6f 77 20 6d 65 6f 77
+
+ff
This page took 0.024769 seconds and 4 git commands to generate.