X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fparser%2FParserTestParserHook.php;h=5995012b3b1d265e7983671681f6e489dfc17db0;hp=5bf50ead6d628cc448c8e833af6db14f7eacb070;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=939199bcea28a3b13c49c0f808d11d415660b924 diff --git a/tests/parser/ParserTestParserHook.php b/tests/parser/ParserTestParserHook.php index 5bf50ead6d..5995012b3b 100644 --- a/tests/parser/ParserTestParserHook.php +++ b/tests/parser/ParserTestParserHook.php @@ -57,8 +57,7 @@ class ParserTestParserHook { $parser->static_tag_buf = null; return $tmp; } else { // wtf? - return - "\nCall this extension as string or as" . + return "\nCall this extension as string or as" . " , not in any other way.\n" . "text: " . var_export( $in, true ) . "\n" . "argv: " . var_export( $argv, true ) . "\n";