From b80b03c0b3d03c9504854fe97e7e6def6fe7c609 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 29 Dec 2021 15:48:25 +0200 Subject: Update the tests --- test/command/latex-multicols.md | 11 +++++++---- test/command/latex-stackengine.md | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/command/latex-multicols.md b/test/command/latex-multicols.md index 81e5577fd..2679e608d 100644 --- a/test/command/latex-multicols.md +++ b/test/command/latex-multicols.md @@ -6,9 +6,12 @@ Hello \end{multicols} ^D -[Div ("",["columns"],[]) - [Div ("",["column"],[]) - [Div ("",["column"],[]) - [Para [Str "Hello"]]]]] +[ Div + ( "" , [ "columns" ] , [] ) + [ Div + ( "" , [ "column" ] , [] ) + [ Div ( "" , [ "column" ] , [] ) [ Para [ Str "Hello" ] ] ] + ] +] ``` diff --git a/test/command/latex-stackengine.md b/test/command/latex-stackengine.md index 21253bf61..967e22546 100644 --- a/test/command/latex-stackengine.md +++ b/test/command/latex-stackengine.md @@ -5,7 +5,7 @@ \addstackgap{Hello} World ^D -[Para [Str "Hello",Space,Str "World"]] +[ Para [ Str "Hello" , Space , Str "World" ] ] ``` ``` @@ -13,6 +13,6 @@ Hello \addstackgap[12pt]{World} ^D -[Para [Str "Hello",Space,Str "World"]] +[ Para [ Str "Hello" , Space , Str "World" ] ] ``` -- cgit v1.2.3