From b9602766d8a3d6c8ed31c67f49cefa8bd1a6871a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 30 Mar 2018 14:56:36 -0700 Subject: Textile reader: fixed tables with no body rows. Previously these raised an exception. Closes #4513. --- test/command/4513.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/command/4513.md (limited to 'test/command') diff --git a/test/command/4513.md b/test/command/4513.md new file mode 100644 index 000000000..e4a4406e4 --- /dev/null +++ b/test/command/4513.md @@ -0,0 +1,9 @@ +``` +% pandoc -f textile -t native +|_. heading 1 |_. heading 2| +^D +[Table [] [AlignDefault,AlignDefault] [0.0,0.0] + [[Plain [Str "heading",Space,Str "1"]] + ,[Plain [Str "heading",Space,Str "2"]]] + []] +``` -- cgit v1.2.3