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/span_scope.native | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 test/span_scope.native (limited to 'test/span_scope.native') diff --git a/test/span_scope.native b/test/span_scope.native new file mode 100644 index 0000000..f6a3a06 --- /dev/null +++ b/test/span_scope.native @@ -0,0 +1,49 @@ +[ Para + [ Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Str "Manu" + , Space + , Str "Sporny" + , RawInline (Format "sem-md") "schema:name" + , Str "." + , LineBreak + , Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Strong [ Str "Manu" , Space , Str "[Sporny]" ] + , RawInline (Format "sem-md") "schema:name" + , Str "." + , LineBreak + , Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Str "[Manu" + , Space + , Str "Sporny]" + , Space + , Str "{schema:name}" + , Str "." + , LineBreak + , Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Str "Manu" + , Space + , Str "Sporny" + , Str "{schema:name}" + , Str "." + ] +] -- cgit v1.2.3