From d601b104357edcdd4b61f8966dfdc6661b5368a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 Apr 2020 08:08:27 +0200 Subject: v0.9.1 --- 0001-fix-test-for-php-7-8.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 0001-fix-test-for-php-7-8.patch (limited to '0001-fix-test-for-php-7-8.patch') diff --git a/0001-fix-test-for-php-7-8.patch b/0001-fix-test-for-php-7-8.patch deleted file mode 100644 index ddf4c6a..0000000 --- a/0001-fix-test-for-php-7-8.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 05091f6b4a68ff4924c399bf6ac77ceca40ddaf6 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Fri, 17 Apr 2020 15:01:32 +0200 -Subject: [PATCH] fix test for php 7/8 - ---- - tests/missing-file.phpt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/missing-file.phpt b/tests/missing-file.phpt -index 8bd131e..f62eb7d 100644 ---- a/tests/missing-file.phpt -+++ b/tests/missing-file.phpt -@@ -12,5 +12,5 @@ try { - echo $e->getMessage(), "\n"; - } - --EXPECTF-- --Warning: Handlebars\VM::renderFile(dontreal): failed to open stream: No such file or directory in %s on line %d -+Warning: Handlebars\VM::renderFile(dontreal): %ailed to open stream: No such file or directory in %s on line %d - Failed to read input template file --- -2.25.2 - -- cgit