Skip to content

Commit

Permalink
assets/dtd/blocklist.txt: fnmatch expansions
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Mar 20, 2024
1 parent d14e3ba commit c656cf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/dtd/blocklist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
element [^:]+: validity error : ID [^ ]+ already defined
element [^:]+: validity error : No declaration for attribute data-[^ ]+ of element [^:]+
element *: validity error : ID * already defined
element *: validity error : No declaration for attribute data-* of element *
element style: validity error : Element style does not carry attribute type
element svg: validity error : Value for attribute version of svg must be [^ ]+
third_party\/rust\/[^.]+\.svg
element svg: validity error : Value for attribute version of svg must be *
third_party/rust/**/*.svg

0 comments on commit c656cf2

Please sign in to comment.