From 5ddaa82f4c43eeac372b8c1ebe606ebff43829a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Oct 2024 12:04:15 +0200 Subject: [PATCH 2/2] relax test expectations for 8.4 --- tests/038.phpt | 2 +- tests/039.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/038.phpt b/tests/038.phpt index 0a28166..603a75e 100755 --- a/tests/038.phpt +++ b/tests/038.phpt @@ -34,4 +34,4 @@ require "build.inc"; shutdown(); ?> --EXPECTF-- -Parse error: syntax error, unexpected %s}%c in %sfoo.phtml on line %d \ No newline at end of file +Parse error: syntax error, unexpected %s in %sfoo.phtml on line %d diff --git a/tests/039.phpt b/tests/039.phpt index bac421d..2564aa9 100755 --- a/tests/039.phpt +++ b/tests/039.phpt @@ -45,4 +45,4 @@ require "build.inc"; shutdown(); ?> --EXPECTF-- -syntax error, unexpected %s}%c +syntax error, unexpected %s -- 2.46.2