diff options
Diffstat (limited to 'test/block_scope.native')
| -rw-r--r-- | test/block_scope.native | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/block_scope.native b/test/block_scope.native new file mode 100644 index 0000000..e2eb12a --- /dev/null +++ b/test/block_scope.native @@ -0,0 +1,30 @@ +[ Para + [ Str "You" + , Space + , Str "can" + , Space + , Str "give" + , Space + , Str "me" + , Space + , Str "a" + , Space + , Str "ring." + , RawInline (Format "sem-md") "=<#manu>" + ] +, Para + [ Str "You" + , Space + , Str "can" + , Space + , Str "give" + , Space + , Str "me" + , Space + , Str "a" + , Space + , Str "ring" + , Space + , Str "{=<#manu>}." + ] +] |
