Open elpete opened 8 years ago
Given:
<span class=#className#></span>
className should be tokenized as cfml.
className
Currently, the string.unquoted.html scope overrides it.
string.unquoted.html
There is a failing test committed for this issue in html-cfml-spec.js: should tokenize cfml in unquoted attributes (around line 210).
html-cfml-spec.js
should tokenize cfml in unquoted attributes
Given:
className
should be tokenized as cfml.Currently, the
string.unquoted.html
scope overrides it.There is a failing test committed for this issue in
html-cfml-spec.js
:should tokenize cfml in unquoted attributes
(around line 210).