From 01c8b6a714b09f65ebaa1bd5787fa23954202c50 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 6 May 2013 17:09:59 -0700 Subject: [PATCH] Add test for comment-only line followed by a template transclusion https://bugzilla.wikimedia.org/show_bug.cgi?id=48179 Change-Id: I4e41dcea94bbb1376ffa96d7381029b2cee85ec3 --- tests/parser/parserTests.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index a4e32abd34..cb3a4aea41 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -6173,6 +6173,19 @@ bar
baz
!!end +!!test +Templates: P-wrapping: 1d. Template preceded by comment-only line +!!options +parsoid +!!input + +{{echo|Bar}} +!!result + +

Bar +

+!!end + !!test Templates: Inline Text: 1. Multiple tmeplate uses !!input -- 2.20.1