nurugger07 / calliope

An elixir haml parser
Apache License 2.0
198 stars 37 forks source link

Fix #26, allow use of parens and brackets #56

Closed smpallen99 closed 8 years ago

smpallen99 commented 8 years ago

Change tokenizer for "%h1 (foo)" to return move the space from the tag to the content. Update broken test cases for this issue. Changed Tokenizer.reduce to actual reduce and therefore eliminate the need for Tokenizer.filter.