Add the check of collation

This commit is contained in:
Frank Yung-Fong Tang 2020-10-05 20:19:46 -07:00 committed by Rick Waldron
parent 8a65608dc2
commit 42bf3a9f7a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ function CustomError() {}
const options = [ const options = [
"usage", "usage",
"localeMatcher", "localeMatcher",
"collation",
"numeric", "numeric",
"caseFirst", "caseFirst",
"sensitivity", "sensitivity",