From 5f7e7f539a02818d0a94309b15d648d51d1eaee6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 21 Sep 2021 10:16:45 -0700 Subject: Add missing `%` on command tests. This prevented `--accept` from working properly. --- test/command/5182.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/command/5182.md') diff --git a/test/command/5182.md b/test/command/5182.md index dc30a12ce..e11dd29f0 100644 --- a/test/command/5182.md +++ b/test/command/5182.md @@ -1,5 +1,5 @@ ``` -pandoc -f rst -t native +% pandoc -f rst -t native .. include:: command/5182.txt ^D [CodeBlock ("",["python","numberLines"],[]) "def func(x):\n return y"] -- cgit v1.2.3