From d3b152b69caac19c93cbb14b5012b8683db5ee4d Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Mon, 5 Nov 2018 11:56:59 -0500 Subject: [PATCH] Sync up with Parsoid parserTests.txt This now aligns with Parsoid commit 68bfb079ab3c62d5cc79b05d496a4bc2966e9553 Change-Id: I54359f91c28ba5d622175dc1caf10a8ed8e91ad3 --- tests/parser/parserTests.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 30cd372f49..6d5054e6ce 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -15142,6 +15142,10 @@ Alt image option should handle most kinds of wikitext without barfing !! test Ampersand in alt attribute (T206940) +!! options +parsoid = { + "nativeGallery": true +} !! wikitext [[File:Foobar.jpg|alt=&]] @@ -15239,6 +15243,10 @@ File:Foobar.jpg|alt=''x''|caption !! test Nowiki markup in alt attribute (edited html, no data-parsoid) (T206940) +!! options +parsoid = { + "nativeGallery": true +} !! wikitext [[File:Foobar.jpg|alt=''x''|caption]] @@ -15303,6 +15311,10 @@ File:Foobar.jpg|link=Foo & bar !! test Ampersand in link attribute (edited html, no data-parsoid) (T206940) +!! options +parsoid = { + "nativeGallery": true +} !! wikitext [[File:Foobar.jpg|link=Foo_&_bar]] @@ -15424,6 +15436,10 @@ File:Foobar.jpg|link=Foo''s_bar''s|caption !! test Nowiki markup in link attribute (edited html, no data-parsoid) (T206940) +!! options +parsoid = { + "nativeGallery": true +} !! wikitext [[File:Foobar.jpg|link=Foo''s_bar''s|caption]] -- 2.20.1