mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
b8fe04f720
**Description:** This PR makes the error reporter print contexts. **Related issue:** - https://github.com/swc-project/swc/issues/6525.
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
|
|
x Stray doctype
|
|
,-[$DIR/tests/recovery/element/svg-2/input.html:6:1]
|
|
6 | <body>
|
|
7 | <svg><!doctype html></svg>
|
|
: ^^^^^^^^^^^^^^^
|
|
8 | </body>
|
|
`----
|