-
-
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.
[data_lang] Add test for HTM8 (aka HT8 )
I might want to call it HT8 to reduce confusion. HTM is a common file extension. I learned about rules for: - <script> <style> <textarea> - CDATA vs RCDATA I think we may just skip those altogether. Well we can have special lexing rules to treat them as opaque text. If we find those, then we just search for the ending </script> or </style>.
- Loading branch information
Andy C
committed
Jan 6, 2025
1 parent
549fa1a
commit 57b0b18
Showing
2 changed files
with
116 additions
and
6 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