From 62becc1536fa138a142ba48509c6a29b981b8ed1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Mar 2017 23:29:57 +0100 Subject: Changed test case labeled 3384.md to 3348.md. The last commit referred to #3384, but should have closed #3348. --- test/command/3348.md | 15 +++++++++++++++ test/command/3384.md | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 test/command/3348.md delete mode 100644 test/command/3384.md (limited to 'test') diff --git a/test/command/3348.md b/test/command/3348.md new file mode 100644 index 000000000..94c2bd0e9 --- /dev/null +++ b/test/command/3348.md @@ -0,0 +1,15 @@ +``` +% pandoc -t markdown --wrap=none + ----- ------------------------------------------------ + foo bar + + foo this is a long + line of text + ----- ------------------------------------------------ +^D + ------ ------------------------------------------------ + foo bar + + foo this is a long line of text + ------ ------------------------------------------------ +``` diff --git a/test/command/3384.md b/test/command/3384.md deleted file mode 100644 index 94c2bd0e9..000000000 --- a/test/command/3384.md +++ /dev/null @@ -1,15 +0,0 @@ -``` -% pandoc -t markdown --wrap=none - ----- ------------------------------------------------ - foo bar - - foo this is a long - line of text - ----- ------------------------------------------------ -^D - ------ ------------------------------------------------ - foo bar - - foo this is a long line of text - ------ ------------------------------------------------ -``` -- cgit v1.2.3