From 23ca95aa3e8b138572717c012e65ec657340fefe Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 22 Jun 2018 00:01:51 +0200 Subject: [PATCH] Fix line endings in new PHPT --- ext/pcre/tests/bug76512.phpt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ext/pcre/tests/bug76512.phpt b/ext/pcre/tests/bug76512.phpt index cd14ad814d..cb8a9fa95f 100644 --- a/ext/pcre/tests/bug76512.phpt +++ b/ext/pcre/tests/bug76512.phpt @@ -1,10 +1,10 @@ ---TEST-- -Bug #76512 (\w no longer includes unicode characters) ---FILE-- - -===DONE=== ---EXPECT-- -int(1) -===DONE=== +--TEST-- +Bug #76512 (\w no longer includes unicode characters) +--FILE-- + +===DONE=== +--EXPECT-- +int(1) +===DONE=== -- 2.40.0