rstacruz/expug

Newline with dot in attributes

Closed this issue · 2 comments

This parses improperly:

li

  img(src=x.x)

But this is OK without the extra newline:

li
  img(src=x.x)

It's also ok without the dot:

li

  img(src=xx)

Pending test case: 3e63bf7

Fixed in 0.7.3.