aboutsummaryrefslogtreecommitdiff
path: root/test/block-cluster_scope.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/block-cluster_scope.native')
-rw-r--r--test/block-cluster_scope.native74
1 files changed, 74 insertions, 0 deletions
diff --git a/test/block-cluster_scope.native b/test/block-cluster_scope.native
new file mode 100644
index 0000000..66e5204
--- /dev/null
+++ b/test/block-cluster_scope.native
@@ -0,0 +1,74 @@
+[ RawBlock (Format "sem-md") ".schema:Group"
+, Header 1 ( "" , [] , [] ) [ Str "People" ]
+, Header
+ 2 ( "" , [] , [] ) [ Str "Manu" , Space , Str "Sporny" ]
+, Para
+ [ Str "My"
+ , Space
+ , Str "name"
+ , Space
+ , Str "is"
+ , Space
+ , Str "Manu"
+ , Space
+ , Str "Sporny."
+ ]
+, Header
+ 2 ( "" , [] , [] ) [ Str "Thomas" , Space , Str "Francart" ]
+, Para
+ [ Str "My"
+ , Space
+ , Str "name"
+ , Space
+ , Str "is"
+ , Space
+ , Str "Thomas"
+ , Space
+ , Str "Francart."
+ ]
+, Para
+ [ Str "I"
+ , Space
+ , Str "once"
+ , Space
+ , Str "read"
+ , Space
+ , Str "this:"
+ ]
+, BlockQuote
+ [ RawBlock (Format "sem-md") "=<#manu>"
+ , Para
+ [ Str "My"
+ , Space
+ , Str "name"
+ , Space
+ , Str "is"
+ , Space
+ , Str "Manu"
+ , Space
+ , Str "Sporny."
+ ]
+ , Para
+ [ Str "You"
+ , Space
+ , Str "can"
+ , Space
+ , Str "give"
+ , Space
+ , Str "me"
+ , Space
+ , Str "a"
+ , Space
+ , Str "ring."
+ ]
+ ]
+, Para
+ [ Str "Should"
+ , Space
+ , Str "I"
+ , Space
+ , Str "call"
+ , Space
+ , Str "him?"
+ ]
+]