mirror of https://github.com/tc39/test262.git
Use a line terminator for HTMLCloseComments
This commit is contained in:
parent
e227f54d01
commit
1ce8166433
|
@ -17,4 +17,4 @@ info: |
|
||||||
...
|
...
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
Function("-->");
|
Function("\n-->");
|
||||||
|
|
|
@ -18,4 +18,4 @@ info: |
|
||||||
...
|
...
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
Function("-->", "");
|
Function("\n-->", "");
|
||||||
|
|
Loading…
Reference in New Issue