From a8448c557df18b6d3744bd5bd6d7a5ed0454443b Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Fri, 16 Aug 2013 12:16:15 -0400 Subject: [PATCH] Add a parserTest documenting interaction of tabs and preformatted text. Tabs are apparently used this way on the front page of plwiki. Change-Id: I0a65d5a9783071e91696ed2b96887f44199a999d --- tests/parser/parserTests.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 91fabb751f..751ec4118f 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1310,6 +1310,22 @@ And a link !! end +!! test +Tabs don't trigger preformatted text +!! input + This is not + preformatted text. + This is preformatted text. + So is this. +!! result +

This is not + preformatted text. +

+
This is preformatted text.
+	So is this.
+
+!! end + !! test Ident preformatting with inline content !! input -- 2.20.1