diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-01-09 17:45:02 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-09 17:45:02 -0800 |
commit | 13f7c2cf83c74c3dd22f355111d856fbfe7d3378 (patch) | |
tree | 808c72fa25b056bf6028650698226b96c3b80541 /test/command | |
parent | e3f01235e9966d662bb956dbdc66c0f64c759d0a (diff) | |
download | pandoc-13f7c2cf83c74c3dd22f355111d856fbfe7d3378.tar.gz |
Fixed a test case so it works on windows too.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/4235.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4235.md b/test/command/4235.md index afeac2a40..a5d545676 100644 --- a/test/command/4235.md +++ b/test/command/4235.md @@ -1,5 +1,5 @@ ``` -% pandoc --id-prefix='foo' +% pandoc --id-prefix=foo This.^[Has a footnote.] ^D <p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1"><sup>1</sup></a></p> |