Skip to content

Commit

Permalink
Merge pull request haml#9 from haml/atomic_attribute
Browse files Browse the repository at this point in the history
Atomic HTML Attribute Test
  • Loading branch information
HamptonMakes committed Mar 24, 2015
2 parents 519e070 + 8e3c608 commit a400266
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests.json
Expand Up @@ -349,6 +349,11 @@
"locals" : {
"var" : "a"
}
},

"HTML-style tag with an atomic attribute" : {
"haml" : "%a(flag)",
"html" : "<a flag></a>"
}
},

Expand Down

0 comments on commit a400266

Please sign in to comment.