From 13f7c2cf83c74c3dd22f355111d856fbfe7d3378 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 9 Jan 2018 17:45:02 -0800 Subject: Fixed a test case so it works on windows too. --- test/command/4235.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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

This.1

-- cgit v1.2.3