mirror of https://github.com/tc39/test262.git
Add a maintenance file for src/insignificant-input-elements
This commit is contained in:
parent
3a69fc75d9
commit
d9a20dfe34
|
@ -0,0 +1,9 @@
|
|||
This directory should contain a `.case` test case file
|
||||
for each character that is either [_WhiteSpace_](https://tc39.es/ecma262/#sec-white-space)
|
||||
or [_LineTerminator_](https://tc39.es/ecma262/#sec-line-terminators).
|
||||
Because the former is defined in terms of the Unicode "Space_Separator" category,
|
||||
it can change over time even if the ECMAScript specification does not.
|
||||
|
||||
A current list can be fetched as `[:Space_Separator:]` using a tool
|
||||
such as the Unicode UnicodeSet utility:
|
||||
https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5B%3ASpace_Separator%3A%5D&g=&i=
|
Loading…
Reference in New Issue