diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/2834.md | 14 | ||||
| -rw-r--r-- | test/command/3516.md | 2 | ||||
| -rw-r--r-- | test/command/5128.md | 32 | ||||
| -rw-r--r-- | test/command/5899.md | 18 |
4 files changed, 34 insertions, 32 deletions
diff --git a/test/command/2834.md b/test/command/2834.md index 850c39254..32c6d3591 100644 --- a/test/command/2834.md +++ b/test/command/2834.md @@ -19,11 +19,11 @@ Nested grid tables. </tr> </table> ^D -+-----------------------------------------------------------------------+ -| +------------------------------------------------------------------+ | -| | ----------- | | -| | some text | | -| | ----------- | | -| +------------------------------------------------------------------+ | -+-----------------------------------------------------------------------+ ++---------------------------------------------------------------------------+ +| +-----------------------------------------------------------------------+ | +| | ----------- | | +| | some text | | +| | ----------- | | +| +-----------------------------------------------------------------------+ | ++---------------------------------------------------------------------------+ ``` diff --git a/test/command/3516.md b/test/command/3516.md index 615befb3e..116268e34 100644 --- a/test/command/3516.md +++ b/test/command/3516.md @@ -91,6 +91,8 @@ on Windows builds. [])] ^D +---+---+ +| | | ++===+===+ | 1 | 2 | +---+---+ | | | diff --git a/test/command/5128.md b/test/command/5128.md index 261cea507..ea628494b 100644 --- a/test/command/5128.md +++ b/test/command/5128.md @@ -7,20 +7,20 @@ | =^= | Centered , the same amount of characters is added to the left and the right. | | === | Padding. If a numeric value is printed with a sign, then additional characters are added after the sign. Otherwise it behaves like "=>=". This option is only available for numbers (default for numbers). | ^D -+--------+------------------------------------------------------------------+ -| Option | Meaning | -+========+==================================================================+ -| ``<`` | Left alignment, additional characters are added to the right | -| | (default for string). | -+--------+------------------------------------------------------------------+ -| ``>`` | Right alignment, additional characters are added to the left. | -+--------+------------------------------------------------------------------+ -| ``^`` | Centered , the same amount of characters is added to the left | -| | and the right. | -+--------+------------------------------------------------------------------+ -| ``=`` | Padding. If a numeric value is printed with a sign, then | -| | additional characters are added after the sign. Otherwise it | -| | behaves like "``>``". This option is only available for numbers | -| | (default for numbers). | -+--------+------------------------------------------------------------------+ ++--------+-------------------------------------------------------------------+ +| Option | Meaning | ++========+===================================================================+ +| ``<`` | Left alignment, additional characters are added to the right | +| | (default for string). | ++--------+-------------------------------------------------------------------+ +| ``>`` | Right alignment, additional characters are added to the left. | ++--------+-------------------------------------------------------------------+ +| ``^`` | Centered , the same amount of characters is added to the left and | +| | the right. | ++--------+-------------------------------------------------------------------+ +| ``=`` | Padding. If a numeric value is printed with a sign, then | +| | additional characters are added after the sign. Otherwise it | +| | behaves like "``>``". This option is only available for numbers | +| | (default for numbers). | ++--------+-------------------------------------------------------------------+ ``` diff --git a/test/command/5899.md b/test/command/5899.md index 7e641e7de..2382a9c02 100644 --- a/test/command/5899.md +++ b/test/command/5899.md @@ -37,15 +37,15 @@ ^D - A list of stuff with a table inside - +-------+----------------------------------------------------+-------+ - | First | Second | Third | - +=======+====================================================+=======+ - | First | The big long table cell. The big long table cell. | Third | - | | The big long table cell. The big long table cell. | | - | | The big long table cell. The big long table cell. | | - | | The big long table cell. The big long table cell. | | - | | The big long table cell. The big long table cell. | | - +-------+----------------------------------------------------+-------+ + +-------+------------------------------------------------------+-------+ + | First | Second | Third | + +=======+======================================================+=======+ + | First | The big long table cell. The big long table cell. | Third | + | | The big long table cell. The big long table cell. | | + | | The big long table cell. The big long table cell. | | + | | The big long table cell. The big long table cell. | | + | | The big long table cell. The big long table cell. | | + +-------+------------------------------------------------------+-------+ - Another list item ``` |
