diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-06-23 01:00:43 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-06-23 01:00:54 +0200 |
| commit | 0ff777cb4e6f76bf5422ba5a4decd5d09e93a9e0 (patch) | |
| tree | 1b5ae32368b6c2efd99d1432ecd08a1f8503b354 /test/span_scope.native | |
| parent | 48829899b6b2846431d62d31f618901c43b6876a (diff) | |
fix test output; add native format test output
Diffstat (limited to 'test/span_scope.native')
| -rw-r--r-- | test/span_scope.native | 49 |
1 files changed, 49 insertions, 0 deletions
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 "." + ] +] |
