aboutsummaryrefslogtreecommitdiff
path: root/test/command/4320.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-21 08:53:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-29 22:21:35 -0700
commit63cfd4540621ccb11a383a66f756d1f681323130 (patch)
tree9c1bdda6928bcd9ef6891a6cc1bad88b1599ba19 /test/command/4320.md
parent1fe97422630d4aa5644d55b0b3b41b0978b7fea0 (diff)
downloadpandoc-63cfd4540621ccb11a383a66f756d1f681323130.tar.gz
T.P.W.Shared: Changed gridTables so it does better at...
...keeping the widths of columns. See #4320. Adjust test case for #4320.
Diffstat (limited to 'test/command/4320.md')
-rw-r--r--test/command/4320.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/command/4320.md b/test/command/4320.md
index 732b30a3e..a205c9269 100644
--- a/test/command/4320.md
+++ b/test/command/4320.md
@@ -1,15 +1,15 @@
```
% pandoc -f native -t rst --wrap=none
-[Table [] [AlignDefault,AlignDefault] [0.47368421052631576,0.5263157894736842]
+[Table [] [AlignDefault,AlignDefault] [0.3,0.3]
[[Plain [Str "one"]]
,[Plain [Str "two"]]]
[[[Plain [Str "ports"]]
,[BlockQuote
[Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]]
^D
-+-------+-------------------------------------+
-| one | two |
-+=======+=====================================+
-| ports | **thisIsGoingToBeTooLongAnyway** |
-+-------+-------------------------------------+
++--------------------+-------------------------------------+
+| one | two |
++====================+=====================================+
+| ports | **thisIsGoingToBeTooLongAnyway** |
++--------------------+-------------------------------------+
```