aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3568.md7
-rw-r--r--test/command/ascii.md4
2 files changed, 6 insertions, 5 deletions
diff --git a/test/command/3568.md b/test/command/3568.md
index e77c27b78..f88c2fe9a 100644
--- a/test/command/3568.md
+++ b/test/command/3568.md
@@ -7,9 +7,10 @@ normal **bold `code` more bold** normal.
normal `code` normal.
^D
.PP
-normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[] normal.
+normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[R]
+normal.
.PP
-normal \f[B]bold \f[BC]code\f[B] more bold\f[] normal.
+normal \f[B]bold \f[CB]code\f[B] more bold\f[R] normal.
.PP
-normal \f[C]code\f[] normal.
+normal \f[C]code\f[R] normal.
```
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]
```
```