Skip to content

Commit

Permalink
Fix #32
Browse files Browse the repository at this point in the history
Add a test for this one. But works as is.
  • Loading branch information
Thomas-git authored and jescalan committed Jun 10, 2019
1 parent 708366b commit ff73a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/expected/inline.html
@@ -1 +1 @@
<li><a href="wow">content</a></li><li><div class="foo">hello</div></li>
<li><a href="wow">content</a></li><li><div class="foo">hello</div></li><li><a class="foo">hello</a></li><div class="foo"><p class="bar"></p></div>
2 changes: 2 additions & 0 deletions test/fixtures/inline.sgr
@@ -1,2 +1,4 @@
li: a(href='wow') content
li: .foo hello
li: a.foo hello
.foo: p.bar

0 comments on commit ff73a2e

Please sign in to comment.