diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-23 21:38:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-23 21:44:07 -0700 |
commit | 8efb8975ed641ddd075954e1ccc7f71eca1d3c16 (patch) | |
tree | b1b3f561de86e3d012f1b5f1e82f141e32b43926 /test/command | |
parent | 556e3eef4a26eab9ea769e06668fcba546d76b18 (diff) | |
download | pandoc-8efb8975ed641ddd075954e1ccc7f71eca1d3c16.tar.gz |
Groff writer character escaping changes.
T.P.GroffChar: replaced `essentialEscapes` with `manEscapes`,
which includes all the escapes mentioned in the groff_man manual.
T.P.Writers.Groff: removed escapeCode; changed parameter on
escapeString from Bool to new type `EscapeMode`.
Rewrote `escapeString`.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/4550.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4550.md b/test/command/4550.md index bf3afce5b..45ed21a00 100644 --- a/test/command/4550.md +++ b/test/command/4550.md @@ -3,5 +3,5 @@ A ‘simple’ example ^D .LP -A ‘simple’ example +A \[oq]simple\[cq] example ``` |