Skip to content

Commit 37ca6a7

Browse files
committed
Fix #77940: test using outdated mon_thousands_sep for Swedish
1 parent fe202d9 commit 37ca6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/strings/bug65769.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ string(1) "
3838
string(3) "SEK"
3939
string(2) "kr"
4040
string(1) ","
41-
string(1) "."
41+
string(1) " "
4242
++++++++++++++++++++++
4343
string(18) "French_France.1252"
4444
string(1) ","

0 commit comments

Comments
 (0)