aboutsummaryrefslogtreecommitdiff
path: root/test/ex_title_and_list.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/ex_title_and_list.native')
-rw-r--r--test/ex_title_and_list.native67
1 files changed, 67 insertions, 0 deletions
diff --git a/test/ex_title_and_list.native b/test/ex_title_and_list.native
new file mode 100644
index 0000000..bee50b3
--- /dev/null
+++ b/test/ex_title_and_list.native
@@ -0,0 +1,67 @@
+[ Header
+ 2
+ ( "" , [] , [] )
+ [ RawInline (Format "sem-md") "schema:name" ]
+, Header
+ 2
+ ( "" , [] , [] )
+ [ Str "Specification" , Space , Str "meeting" ]
+, BulletList
+ [ [ Plain
+ [ Str "Date:"
+ , Space
+ , Str "11/10"
+ , RawInline (Format "sem-md") "schema:startDate"
+ ]
+ ]
+ , [ Plain
+ [ Str "Place:"
+ , Space
+ , Str "Our"
+ , Space
+ , Str "office,"
+ , Space
+ , Str "Street"
+ , Space
+ , Str "name,"
+ , Space
+ , Str "Paris"
+ , RawInline (Format "sem-md") "schema:location"
+ ]
+ ]
+ , [ Plain
+ [ Str "Meeting"
+ , Space
+ , Str "participants:"
+ , RawInline (Format "sem-md") "schema:attendee"
+ ]
+ , BulletList
+ [ [ Plain [ Str "Alice" ] ]
+ , [ Plain [ Str "Bob" ] ]
+ , [ Plain
+ [ Link
+ ( "" , [] , [] )
+ [ Str "Tim" ]
+ ( "https://www.wikidata.org/entity/Q80" , "" )
+ ]
+ ]
+ ]
+ ]
+ , [ Plain
+ [ Str "Description:"
+ , Space
+ , Str "Some"
+ , Space
+ , Str "information"
+ , Space
+ , Str "not"
+ , Space
+ , Str "annotated"
+ ]
+ ]
+ ]
+, Header
+ 2 ( "" , [] , [] ) [ Str "Launch" , Space , Str "party" ]
+, Para [ Str "(TODO)" ]
+, RawBlock (Format "sem-md") "{schema}: @default"
+]