Skip to content

Commit

Permalink
Combine tests - comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kolen committed Feb 14, 2024
1 parent a475339 commit dd82d3e
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 52 deletions.
13 changes: 0 additions & 13 deletions test/corpus/code_comment.txt

This file was deleted.

55 changes: 55 additions & 0 deletions test/corpus/comments.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
============
Code comment
============

/ Example
Continued example

End of comment

---

(source_file
(code_comment))

============
HTML comment
============

/! Example
Continued example

End of comment

---

(source_file
(html_comment))

=================================
HTML conditional comment - broken
=================================

/[if IE
p

---

(source_file
(code_comment))

========================
HTML conditional comment
========================

/[if IE]
p

---

(source_file
(html_comment_conditional
(html_comment_condition)
(nested
(element
(tag_name)))))
13 changes: 0 additions & 13 deletions test/corpus/html_comment.txt

This file was deleted.

15 changes: 0 additions & 15 deletions test/corpus/html_conditional_comment.txt

This file was deleted.

11 changes: 0 additions & 11 deletions test/corpus/html_conditional_comment_broken.txt

This file was deleted.

0 comments on commit dd82d3e

Please sign in to comment.