Skip to content

Commit

Permalink
relax test expectations for 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 1, 2024
1 parent 6553d00 commit 5ddaa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/038.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ require "build.inc";
shutdown();
?>
--EXPECTF--
Parse error: syntax error, unexpected %s}%c in %sfoo.phtml on line %d
Parse error: syntax error, unexpected %s in %sfoo.phtml on line %d
2 changes: 1 addition & 1 deletion tests/039.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ require "build.inc";
shutdown();
?>
--EXPECTF--
syntax error, unexpected %s}%c
syntax error, unexpected %s

0 comments on commit 5ddaa82

Please sign in to comment.