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/block-siblings_scope.native | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test/block-siblings_scope.native (limited to 'test/block-siblings_scope.native') diff --git a/test/block-siblings_scope.native b/test/block-siblings_scope.native new file mode 100644 index 0000000..4a28670 --- /dev/null +++ b/test/block-siblings_scope.native @@ -0,0 +1,30 @@ +[ Header 1 ( "" , [] , [] ) [ Str "People" ] +, RawBlock (Format "sem-md") ".schema:Person" +, Header + 2 ( "" , [] , [] ) [ Str "Manu" , Space , Str "Sporny" ] +, Para + [ Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Str "Manu" + , Space + , Str "Sporny." + ] +, Header + 2 ( "" , [] , [] ) [ Str "Thomas" , Space , Str "Francart" ] +, Para + [ Str "My" + , Space + , Str "name" + , Space + , Str "is" + , Space + , Str "Thomas" + , Space + , Str "Francart." + ] +, Header 1 ( "" , [] , [] ) [ Str "Animals" ] +] -- cgit v1.2.3