mirror of https://github.com/tc39/test262.git
Add the check of collation
This commit is contained in:
parent
8a65608dc2
commit
42bf3a9f7a
|
@ -11,6 +11,7 @@ function CustomError() {}
|
||||||
const options = [
|
const options = [
|
||||||
"usage",
|
"usage",
|
||||||
"localeMatcher",
|
"localeMatcher",
|
||||||
|
"collation",
|
||||||
"numeric",
|
"numeric",
|
||||||
"caseFirst",
|
"caseFirst",
|
||||||
"sensitivity",
|
"sensitivity",
|
||||||
|
|
Loading…
Reference in New Issue