Skip to content

Commit 2834f47

Browse files
cmb69Ayesh
andcommitted
Fix test expectation for single digit days
See <#16747 (review)>. Co-authored-by: Ayesh Karunaratne <ayesh@aye.sh>
1 parent ff5b42b commit 2834f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic/build_date.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ PHP_BUILD_DATE
55
var_dump(PHP_BUILD_DATE);
66
?>
77
--EXPECTREGEX--
8-
string\(20\) "[A-Za-z]{3} \d{2} \d{4} \d{2}:\d{2}:\d{2}"
8+
string\(20\) "[A-Za-z]{3} ( \d|\d{2}) \d{4} \d{2}:\d{2}:\d{2}"

0 commit comments

Comments
 (0)