summaryrefslogtreecommitdiffstats
path: root/0002-relax-test-expectations-for-8.4.patch
blob: 977d26dc34bff7b164ceac88752dfe1dc5c7ea6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 5ddaa82f4c43eeac372b8c1ebe606ebff43829a8 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
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