diff options
Diffstat (limited to 'test/command/5128.md')
| -rw-r--r-- | test/command/5128.md | 32 |
1 files changed, 16 insertions, 16 deletions
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). | ++--------+-------------------------------------------------------------------+ ``` |
