Skip to content

Commit

Permalink
Combine tests - nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
kolen committed Feb 14, 2024
1 parent a6aed3d commit a475339
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
15 changes: 0 additions & 15 deletions test/corpus/element_nesting_2.txt

This file was deleted.

16 changes: 0 additions & 16 deletions test/corpus/element_nesting_with_empty_lines.txt

This file was deleted.

33 changes: 33 additions & 0 deletions test/corpus/element_nesting.txt → test/corpus/nesting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,36 @@ Element nesting
attr_shortcuts: (attr_shortcuts (shortcut_class (css_identifier))))))
(element
attr_shortcuts: (attr_shortcuts (shortcut_class (css_identifier)))))

===================
Element nesting (2)
===================

span
span

---

(source_file
(element
(tag_name)
(nested
(element
(tag_name)))))

================================
Element nesting with empty lines
================================

p

b

---

(source_file
(element
(tag_name)
(nested
(element
(tag_name)))))

0 comments on commit a475339

Please sign in to comment.