From 1a23bc65b8e8a07d2578ddb0f3b842353ba81dcf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Feb 2017 20:55:13 +0100 Subject: Fixed small bug in RST list parsing. See #3432. Previously the parser didn't handle properly this case: * - a - b * - c - d --- test/command/3432a.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/command/3432a.md (limited to 'test/command') diff --git a/test/command/3432a.md b/test/command/3432a.md new file mode 100644 index 000000000..5f25bce60 --- /dev/null +++ b/test/command/3432a.md @@ -0,0 +1,19 @@ +``` +% pandoc -f rst +* - a + - b +* - c + - d +^D + +``` + -- cgit v1.2.3