From 71734d64c85db51de7a26502ed3c645b2a8a57cc Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 26 Mar 2015 03:13:50 +0100 Subject: [PATCH] Fix tests on Windows CRLF takes +2 bytes when running the tests, making it yield 13 instead of 11 --- ext/reflection/tests/009.phpt | 2 +- ext/reflection/tests/025.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/reflection/tests/009.phpt b/ext/reflection/tests/009.phpt index 8cc0f98166..81fe93a255 100644 --- a/ext/reflection/tests/009.phpt +++ b/ext/reflection/tests/009.phpt @@ -76,7 +76,7 @@ int(6) --getEndline-- int(8) --getDocComment-- -string(11) "/** +string(%d) "/** hoho */" --getStaticVariables-- diff --git a/ext/reflection/tests/025.phpt b/ext/reflection/tests/025.phpt index e49fa998e7..cd375454b5 100644 --- a/ext/reflection/tests/025.phpt +++ b/ext/reflection/tests/025.phpt @@ -78,7 +78,7 @@ int(6) --getEndline-- int(8) --getDocComment-- -string(11) "/** +string(%d) "/** hoho */" --getStaticVariables-- -- 2.40.0