diff options
Diffstat (limited to 'tests/tables.native')
-rw-r--r-- | tests/tables.native | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tables.native b/tests/tables.native index af3f11f94..13610fad9 100644 --- a/tests/tables.native +++ b/tests/tables.native @@ -1,6 +1,6 @@ Pandoc (Meta [] [] "") [ Para [Str "Simple",Space,Str "table",Space,Str "with",Space,Str "caption:"] -, Table [Str "Demonstration",Space,Str "of",Space,Str "simple",Space,Str "table",Space,Str "syntax",Str "."] [AlignRight,AlignLeft,AlignCenter,AlignDefault] [0.15,8.75e-2,0.1625,0.125] +, Table [Str "Demonstration",Space,Str "of",Space,Str "simple",Space,Str "table",Space,Str "syntax",Str "."] [AlignRight,AlignLeft,AlignCenter,AlignDefault] [0.0,0.0,0.0,0.0] [ [ Plain [Str "Right"] ] , [ Plain [Str "Left"] ] , [ Plain [Str "Center"] ] @@ -18,7 +18,7 @@ Pandoc (Meta [] [] "") , [ Plain [Str "1"] ] , [ Plain [Str "1"] ] ] ] , Para [Str "Simple",Space,Str "table",Space,Str "without",Space,Str "caption:"] -, Table [] [AlignRight,AlignLeft,AlignCenter,AlignDefault] [0.15,8.75e-2,0.1625,0.125] +, Table [] [AlignRight,AlignLeft,AlignCenter,AlignDefault] [0.0,0.0,0.0,0.0] [ [ Plain [Str "Right"] ] , [ Plain [Str "Left"] ] , [ Plain [Str "Center"] ] @@ -36,7 +36,7 @@ Pandoc (Meta [] [] "") , [ Plain [Str "1"] ] , [ Plain [Str "1"] ] ] ] , Para [Str "Simple",Space,Str "table",Space,Str "indented",Space,Str "two",Space,Str "spaces:"] -, Table [Str "Demonstration",Space,Str "of",Space,Str "simple",Space,Str "table",Space,Str "syntax",Str "."] [AlignRight,AlignLeft,AlignCenter,AlignDefault] [0.15,8.75e-2,0.1625,0.125] +, Table [Str "Demonstration",Space,Str "of",Space,Str "simple",Space,Str "table",Space,Str "syntax",Str "."] [AlignRight,AlignLeft,AlignCenter,AlignDefault] [0.0,0.0,0.0,0.0] [ [ Plain [Str "Right"] ] , [ Plain [Str "Left"] ] , [ Plain [Str "Center"] ] |