Skip to content

Instantly share code, notes, and snippets.

@k3rni
Created October 22, 2012 10:13
Show Gist options
  • Save k3rni/3930767 to your computer and use it in GitHub Desktop.
Save k3rni/3930767 to your computer and use it in GitHub Desktop.
Roadie failing CDATA + HTML Comments spec
it 'ignores HTML comments and CDATA sections' do
use_css %(<![CDATA[
<!--
p { color: green }
-->
]]>)
expect { rendering '<p></p>' }.not_to raise_error
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment