summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-20 23:24:51 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-20 23:24:51 -0700
commitd70b89c0d9f2636814fc85232b017751a5469f75 (patch)
tree28811f26def522f56866c9b72a8ac28f46d2d193 /test/command
parent9cc128b5790437bacbda839d8ea49bd7f74ee118 (diff)
Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior...
with empty headers.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/1881.md5
-rw-r--r--test/command/3533-rst-csv-tables.md3
2 files changed, 6 insertions, 2 deletions
diff --git a/test/command/1881.md b/test/command/1881.md
index 0d43997e2..c0902de71 100644
--- a/test/command/1881.md
+++ b/test/command/1881.md
@@ -43,7 +43,10 @@
</table>
^D
[Table [] [AlignRight,AlignLeft,AlignCenter,AlignRight] [0.0,0.0,0.0,0.0]
- []
+ [[]
+ ,[]
+ ,[]
+ ,[]]
[[[Plain [Str "12"]]
,[Plain [Str "12"]]
,[Plain [Str "12"]]
diff --git a/test/command/3533-rst-csv-tables.md b/test/command/3533-rst-csv-tables.md
index 0e6ed4fea..181462f7f 100644
--- a/test/command/3533-rst-csv-tables.md
+++ b/test/command/3533-rst-csv-tables.md
@@ -48,7 +48,8 @@
"1","\""
^D
[Table [Str "Test"] [AlignDefault,AlignDefault] [0.0,0.0]
- []
+ [[]
+ ,[]]
[[[Plain [Str "1"]]
,[Plain [Str "\""]]]]]
```