From: Gabriel Wicke Date: Thu, 5 Apr 2012 13:49:58 +0000 (+0200) Subject: Add passing test documenting MW's acceptance of pipes between tr attributes X-Git-Tag: 1.31.0-rc.0~24023^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=792792b68a03cf8eb26e2f897e1a8cb5b99c1754;p=lhc%2Fweb%2Fwiklou.git Add passing test documenting MW's acceptance of pipes between tr attributes Change-Id: I584a8826348a9acc4facfaadf5766832d262a53d --- 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