diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-27 01:44:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 20:44:36 -0400 |
commit | 09a7cc4723eab0cf80cb18897fa372faa9de5b03 (patch) | |
tree | b360a8548987261a262383091245a60f46111634 /tests | |
parent | eff64238b6c18ba3718c22c3b75a4618412c39e5 (diff) |
refactor(fmt): rewrite HTML syntax error handling (#25892)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/fmt/html/broken.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/fmt/html/broken.out b/tests/specs/fmt/html/broken.out index c2815552e..05021a197 100644 --- a/tests/specs/fmt/html/broken.out +++ b/tests/specs/fmt/html/broken.out @@ -1,4 +1,4 @@ Error formatting: [WILDCARD]broken.html - Syntax error (expect close tag) at file://[WILDCARD]broken.html:3:0 + Syntax error (expected close tag) at file://[WILDCARD]broken.html:3:0 Checked 1 file |