mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
Added to issue 3516 command test to debug test failure on appveyor.
This commit is contained in:
@@ -13,3 +13,39 @@ Correctly handle empty row:
|
||||
| | |
|
||||
+---+---+
|
||||
```
|
||||
|
||||
Temporarily added these to figure out what is happening
|
||||
on Windows builds.
|
||||
```
|
||||
% pandoc -f markdown -t native
|
||||
+---+---+
|
||||
| 1 | 2 |
|
||||
+---+---+
|
||||
| | |
|
||||
+---+---+
|
||||
^D
|
||||
[Table [] [AlignDefault,AlignDefault] [5.555555555555555e-2,5.555555555555555e-2]
|
||||
[[]
|
||||
,[]]
|
||||
[[[Para [Str "1"]]
|
||||
,[Para [Str "2"]]]
|
||||
,[[]
|
||||
,[]]]]
|
||||
```
|
||||
|
||||
```
|
||||
% pandoc -f native -t rst
|
||||
[Table [] [AlignDefault,AlignDefault] [5.555555555555555e-2,5.555555555555555e-2]
|
||||
[[]
|
||||
,[]]
|
||||
[[[Para [Str "1"]]
|
||||
,[Para [Str "2"]]]
|
||||
,[[]
|
||||
,[]]]]
|
||||
^D
|
||||
+---+---+
|
||||
| 1 | 2 |
|
||||
+---+---+
|
||||
| | |
|
||||
+---+---+
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user