diff options
Diffstat (limited to 'test/block-tree_scope.native')
| -rw-r--r-- | test/block-tree_scope.native | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/test/block-tree_scope.native b/test/block-tree_scope.native new file mode 100644 index 0000000..7224300 --- /dev/null +++ b/test/block-tree_scope.native @@ -0,0 +1,48 @@ +[ Header 1 ( "" , [] , [] ) [ Str "People" ] +, Header + 2 + ( "" , [] , [] ) + [ RawInline (Format "sem-md") "=<#manu>" + , Str "Manu" + , Space + , Str "Sporny" + ] +, Para + [ Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Str "Manu" + , Space + , Str "Sporny," + , SoftBreak + , Str "and" + , Space + , Str "you" + , Space + , Str "can" + , Space + , Str "give" + , Space + , Str "me" + , Space + , Str "a" + , Space + , Str "ring." + ] +, Header + 2 ( "" , [] , [] ) [ Str "Thomas" , Space , Str "Francart" ] +, Para + [ Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Str "Thomas" + , Space + , Str "Francart." + ] +] |
