aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@cscott.net>2020-07-15 19:09:40 -0400
committerC. Scott Ananian <cananian@wikimedia.org>2020-07-15 23:10:50 +0000
commita12976911f040333527541c973ae636afa4379d5 (patch)
tree06090a08eedd39f8a59e46f3518c3a76a1f3bd10 /tests/parser
parent39fb017285df94f8e9bbaa4de23c2d27489d7b19 (diff)
downloadmediawikicore-a12976911f040333527541c973ae636afa4379d5.tar.gz
mediawikicore-a12976911f040333527541c973ae636afa4379d5.zip
Correct some bogus comment lines in parserTests.txt
The current parser ignores lines it doesn't understand, but these aren't valid comments. Change-Id: I3fd621cdfe3d2cb4f7b58559290856d1f51d9c0f
Diffstat (limited to 'tests/parser')
-rw-r--r--tests/parser/parserTests.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt
index 6cff8a343b60..58e40048eca1 100644
--- a/tests/parser/parserTests.txt
+++ b/tests/parser/parserTests.txt
@@ -130,7 +130,7 @@ Template:3x_on_newline
{{{1}}}
!! endarticle
-// For Serbian; localize Template namespace
+# For Serbian; localize Template namespace
!! article
Шаблон:1x
!! text
@@ -24175,8 +24175,8 @@ language=zh variant=zh-cn
</dl>
!! end
-// Note that parsoid does not protect colons unless language converter
-// markup is properly nested, because it is a backtracking parser.
+# Note that parsoid does not protect colons unless language converter
+# markup is properly nested, because it is a backtracking parser.
!! test
T153135: Unclosed markup in definition list (code coverage)
!! options
@@ -33337,9 +33337,9 @@ PARSOID HAS A BUG HERE: T215628
!! end
##########################################################################
-Tests demonstrating white-space insensitivity in input wikitext
-for wikitext headings, wikitext list items, and wikitext table captions,
-headings, and cells. HTML versions of the same should preserve whitespace.
+# Tests demonstrating white-space insensitivity in input wikitext
+# for wikitext headings, wikitext list items, and wikitext table captions,
+# headings, and cells. HTML versions of the same should preserve whitespace.
##########################################################################
!! test
Trim whitespace in wikitext headings, list items, table captions, headings, and cells