From bcb5d766158b52a70dd2ea69146db27579b1b82b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 31 May 2013 06:43:54 -0700 Subject: [PATCH] Update Parsoid-only tests to reflect shortened typeof https://gerrit.wikimedia.org/r/#/c/64217/ cleans up the RDFa types by dropping the Object/ prefix and renaming mw:Object/Template to the more general mw:Object/Transclusion. This patch updates the Parsoid-only tests to reflect this change. Change-Id: I474c2cf672beb239d0ac482043ccdfd4681d64fb --- tests/parser/parserTests.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 8995593141..f7296bdb69 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -6290,7 +6290,7 @@ parsoid=wt2html,wt2wt {{echo|Bar}} !!result -

Bar +

Bar

!!end @@ -6682,7 +6682,7 @@ parsoid=wt2html,wt2wt !!input {{echo_with_span|''a}}{{echo_with_span|b''c''d}}{{echo_with_span|''e}} !!result -

abcde

+

abcde

!!end !!test @@ -6693,9 +6693,9 @@ parsoid=wt2html,wt2wt !!input {{echo_with_div|''a}}{{echo_with_div|b''c''d}}{{echo_with_div|''e}} !!result -
a
-
bcd
-
e
+
a
+
bcd
+
e
!!end !!test @@ -6718,7 +6718,7 @@ parsoid |bar |} !!result - +
foo
bar @@ -6750,7 +6750,7 @@ parsoid !!result - +
@@ -13978,11 +13978,11 @@ parsoid=wt2html,wt2wt {{echo|#a}} {{echo|:a}} !!result - +
  • a
- +
  1. a
- +
a
!!end @@ -15077,7 +15077,7 @@ parsoid=wt2html,wt2wt
- +
foo
!!end -- 2.20.1