diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/4550.md | 2 | ||||
-rw-r--r-- | test/command/ascii.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/command/4550.md b/test/command/4550.md index 45ed21a00..bf3afce5b 100644 --- a/test/command/4550.md +++ b/test/command/4550.md @@ -3,5 +3,5 @@ A ‘simple’ example ^D .LP -A \[oq]simple\[cq] example +A ‘simple’ example ``` diff --git a/test/command/ascii.md b/test/command/ascii.md index 523baa46c..4956ae14e 100644 --- a/test/command/ascii.md +++ b/test/command/ascii.md @@ -17,7 +17,7 @@ pandoc -t man --ascii äéıå ^D .PP -\[u00E4]\[u00E9]\[u0131]\[u00E5] +\[:a]\['e]\[.i]\[oa] ``` ``` @@ -25,7 +25,7 @@ pandoc -t ms --ascii äéıå ^D .LP -\[u00E4]\[u00E9]\[u0131]\[u00E5] +\[:a]\['e]\[.i]\[oa] ``` ``` |