Use only naked `{` and `}` for variable assignment
[normand.git] / tests / pass-macro-exp-init-state-bo.nt
index aad121a6d15f8554180f14e80a13eb3b574d3f05..a3ffdfdca95c47216299975e4fdca224b0c70db6 100644 (file)
@@ -1,9 +1,9 @@
 !m s()
-  {0xabcd : 16}
+  [0xabcd : 16]
 !end
 
-{be} m:s()
-{le} m:s()
+!be m:s()
+!le m:s()
 ---
 ab cd
 cd ab
This page took 0.022778 seconds and 4 git commands to generate.