mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Add check-xml hook.
This commit is contained in:
parent
fea9b2ece7
commit
ddc9208a5f
10 changed files with 57 additions and 1 deletions
1
testing/resources/bad_xml.notxml
Normal file
1
testing/resources/bad_xml.notxml
Normal file
|
|
@ -0,0 +1 @@
|
|||
<im><not><terminated><lol>
|
||||
4
testing/resources/ok_xml.xml
Normal file
4
testing/resources/ok_xml.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<document>
|
||||
<hello>Hi</hello>
|
||||
<world>Earth</world>
|
||||
</document>
|
||||
Loading…
Add table
Add a link
Reference in a new issue