|
958 | 958 | "input":"<!----! >", |
959 | 959 | "output":[["Comment", "--! >"]], |
960 | 960 | "errors":[ |
961 | | - { "code": "incorrectly-closed-comment", "line": 1, "col": 8 } |
| 961 | + { "code": "eof-in-comment", "line": 1, "col": 9 } |
962 | 962 | ]}, |
963 | 963 |
|
964 | 964 | {"description":"<!----!LF>", |
965 | 965 | "input":"<!----!\n>", |
966 | 966 | "output":[["Comment", "--!\n>"]], |
967 | 967 | "errors":[ |
968 | | - { "code": "incorrectly-closed-comment", "line": 1, "col": 8 } |
| 968 | + { "code": "eof-in-comment", "line": 1, "col": 9 } |
969 | 969 | ]}, |
970 | 970 |
|
971 | 971 | {"description":"<!----!CR>", |
972 | 972 | "input":"<!----!\r>", |
973 | 973 | "output":[["Comment", "--!\n>"]], |
974 | 974 | "errors":[ |
975 | | - { "code": "incorrectly-closed-comment", "line": 1, "col": 8 } |
| 975 | + { "code": "eof-in-comment", "line": 1, "col": 9 } |
976 | 976 | ]}, |
977 | 977 |
|
978 | 978 | {"description":"<!----!CRLF>", |
979 | 979 | "input":"<!----!\r\n>", |
980 | 980 | "output":[["Comment", "--!\n>"]], |
981 | 981 | "errors":[ |
982 | | - { "code": "incorrectly-closed-comment", "line": 1, "col": 8 } |
| 982 | + { "code": "eof-in-comment", "line": 1, "col": 9 } |
983 | 983 | ]}, |
984 | 984 |
|
985 | 985 | {"description":"<!----!a", |
|
0 commit comments