From 792792b68a03cf8eb26e2f897e1a8cb5b99c1754 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 5 Apr 2012 15:49:58 +0200 Subject: [PATCH] Add passing test documenting MW's acceptance of pipes between tr attributes Change-Id: I584a8826348a9acc4facfaadf5766832d262a53d --- tests/parser/parserTests.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index e627b44636..04f7b50a63 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -9205,6 +9205,24 @@ new support for bdi element (bug 31817) !!end +!! test +Ignore pipe between table row attributes +!! input +{| +| quux +|- id=foo | style='color: red' +| bar +|} +!! result + + + + +
quux +
bar +
+ +!! end TODO: more images -- 2.20.1