From 70856c881a9fe8141384a0641a6cbcdbd11efaf6 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 24 Jan 2011 19:40:25 +0000 Subject: [PATCH] Silly bug with value nodes. --- tests/phpunit/includes/parser/PreprocessorTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index c5f5eb6578..89666f4700 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -83,6 +83,7 @@ class PreprocessorTest extends MediaWikiTestCase { array( "{{ {{Foo}}", "{{ "), array( "{{Foobar {{Foo}} {{Bar}} {{Baz}} ", "{{Foobar "), array( "[[Foo]] |", "[[Foo]] |"), + array( "{{Foo|Bar|", "{{Foo|Bar|"), /* array( file_get_contents( dirname( __FILE__ ) . '/QuoteQuran.txt' ), file_get_contents( dirname( __FILE__ ) . '/QuoteQuranExpanded.txt' ) ), */ ); } -- 2.20.1