-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lazylex/html] Disallow any text after the end tag name.
Running all the tests again. This means we need : in tag names, for XML. Also test out the rule of disallowing > in regular data. That unfortunately showed 3 errors in my early blog posts, and also in the .wwz files. Not sure if will disallow this.
- Loading branch information
Andy C
committed
Jan 10, 2025
1 parent
5ec0ce7
commit 089f900
Showing
3 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters