From fa2e54dc347d8fbd4942e45e9777eabc3f4ffb5b Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 6 Aug 2013 11:53:27 -0400 Subject: [PATCH] Update outdated references to maintenance/ in documentation comments. Change-Id: I2e424addb27b980dd5e8658b8ce79590b7b5db62 --- docs/hooks.txt | 2 +- includes/parser/Parser.php | 2 +- tests/parser/parserTests.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index ab38936a2d..99c0839b12 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1825,7 +1825,7 @@ $section: the section number, zero-based, but section 0 is usually empty $showEditLinks: boolean describing whether this section has an edit link 'ParserTestParser': Called when creating a new instance of Parser in -maintenance/parserTests.inc. +tests/parser/parserTest.inc. $parser: Parser object created 'ParserTestGlobals': Allows to define globals for parser tests. diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 813aacad4d..ac0bae5c5a 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1543,7 +1543,7 @@ class Parser { * Replace external links (REL) * * Note: this is all very hackish and the order of execution matters a lot. - * Make sure to run maintenance/parserTests.php if you change this code. + * Make sure to run tests/parserTests.php if you change this code. * * @private * diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index f4a85bc325..6a1993de80 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -10255,7 +10255,7 @@ Expansion of multi-line templates in attribute values (bug 6255 sanity check 2) !! end ### -### Parser hooks (see maintenance/parserTestsParserHook.php for the extension) +### Parser hooks (see tests/parser/parserTestsParserHook.php for the extension) ### !! test Parser hook: empty input @@ -10420,7 +10420,7 @@ array ( !! end ### -### (see maintenance/parserTestsStaticParserHook.php for the extension) +### (see tests/parser/parserTestsParserHook.php for the extension) ### !! test -- 2.20.1