diff options
Diffstat (limited to 'test/block_scope_list.native')
| -rw-r--r-- | test/block_scope_list.native | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/block_scope_list.native b/test/block_scope_list.native new file mode 100644 index 0000000..6ab7e0d --- /dev/null +++ b/test/block_scope_list.native @@ -0,0 +1,24 @@ +[ BulletList + [ [ Plain + [ Str "Thomas" + , Space + , Str "Francart" + , RawInline (Format "sem-md") "foaf:name" + ] + ] + , [ Plain + [ Str "39" + , RawInline (Format "sem-md") "foaf:age" + ] + ] + , [ Plain + [ Str "Semantic" + , Space + , Str "Web" + , Space + , Str "Consultant" + , RawInline (Format "sem-md") "rdfs:comment" + ] + ] + ] +] |
