Skip to content

Commit

Permalink
Removed the test "interpolation inside code" since it is ruby specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Oct 7, 2009
1 parent dae44e1 commit bf422dc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests.json
Expand Up @@ -236,6 +236,7 @@
"haml" : "%div\n %div\n %p\n text",
"html" : "<div>\n <div>\n <p>\n text\n </p>\n </div>\n</div>"
}

},

"tags with HTML-style attributes": {
Expand Down Expand Up @@ -387,6 +388,7 @@
"var" : "a"
}
}

},

"silent comments" : {
Expand Down Expand Up @@ -449,14 +451,6 @@

"interpolation": {

"interpolation inside code" : {
"haml" : "%p= \"#{var}\"",
"html" : "<p>value</p>",
"locals" : {
"var" : "value"
}
},

"interpolation inside inline content" : {
"haml" : "%p #{var}",
"html" : "<p>value</p>",
Expand Down

0 comments on commit bf422dc

Please sign in to comment.