Skip to content
Snippets Groups Projects
Commit da218666 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[haml mode] Fix test that depended on XML mode token structure

parent 4eca7048
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
"[tag %a]([variable title][operator =][string \"test\"]){[atom :title] [operator =>] [string \"test\"]}");
MT("htmlCode",
"[tag <h1>]Title[tag </h1>]");
"[tag&bracket <][tag h1][tag&bracket >]Title[tag&bracket </][tag h1][tag&bracket >]");
MT("rubyBlock",
"[operator =][variable-2 @item]");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment