From 0ff777cb4e6f76bf5422ba5a4decd5d09e93a9e0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 23 Jun 2025 01:00:43 +0200 Subject: fix test output; add native format test output --- test/ex_paragraph.native | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 test/ex_paragraph.native (limited to 'test/ex_paragraph.native') diff --git a/test/ex_paragraph.native b/test/ex_paragraph.native new file mode 100644 index 0000000..1f6ecc2 --- /dev/null +++ b/test/ex_paragraph.native @@ -0,0 +1,59 @@ +[ Para + [ Str "My" + , Space + , Str "name" + , Space + , Str "is" + , SoftBreak + , Str "Manu" + , Space + , Str "Sporny" + , RawInline (Format "sem-md") ":name" + , SoftBreak + , Str "and" + , Space + , Str "you" + , Space + , Str "can" + , Space + , Str "give" + , Space + , Str "me" + , Space + , Str "a" + , Space + , Str "ring" + , Space + , Str "via" + , SoftBreak + , Str "1-800-555-0199" + , RawInline (Format "sem-md") ":telephone" + , Str "." + , SoftBreak + , Image + ( "" , [] , [] ) + [] + ( "http://manu.sporny.org/images/manu.png" , "" ) + , RawInline (Format "sem-md") ":image" + , SoftBreak + , Str "My" + , Space + , Str "favorite" + , Space + , Str "animal" + , Space + , Str "is" + , Space + , Str "the" + , Space + , Str "Liger" + , RawInline (Format "sem-md") "ov:preferredAnimal" + , Str "." + , SoftBreak + , Space + , RawInline (Format "sem-md") ".:Person" + ] +, RawBlock (Format "sem-md") "{schema}: @default" +, RawBlock + (Format "sem-md") "{ov}: http://open.vocab.org/terms/" +] -- cgit v1.2.3