Skip to content

Commit eb2a9d6

Browse files
FrankYFTanganba
authored andcommitted
Update test/intl402/Collator/prototype/resolvedOptions/ignorePunctuation-default.js
Co-authored-by: André Bargull <[email protected]>
1 parent 86e7243 commit eb2a9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/intl402/Collator/prototype/resolvedOptions/ignorePunctuation-default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ assert.sameValue(
1313
true, "Thai default ignorePunctuation to true");
1414
assert.sameValue(
1515
(new Intl.Collator("ja")).resolvedOptions().ignorePunctuation,
16-
false, "English default ignorePunctuation to false");
16+
false, "Japanese default ignorePunctuation to false");

0 commit comments

Comments
 (0)