aboutsummaryrefslogtreecommitdiff
path: root/test/block-siblings_scope.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/block-siblings_scope.native')
-rw-r--r--test/block-siblings_scope.native30
1 files changed, 30 insertions, 0 deletions
diff --git a/test/block-siblings_scope.native b/test/block-siblings_scope.native
new file mode 100644
index 0000000..4a28670
--- /dev/null
+++ b/test/block-siblings_scope.native
@@ -0,0 +1,30 @@
+[ Header 1 ( "" , [] , [] ) [ Str "People" ]
+, RawBlock (Format "sem-md") ".schema:Person"
+, 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."
+ ]
+, Header 1 ( "" , [] , [] ) [ Str "Animals" ]
+]