Sha256: f315104904850316649b3123e722cb744bd7219a6c62e54118c2583844e634d8
Contents?: true
Size: 327 Bytes
Versions: 5
Compression:
Stored size: 327 Bytes
Contents
# [./spec/render/filters/cdata_spec.rb:5](../../../../spec/render/filters/cdata_spec.rb#L5) ## Input ```haml :cdata hello #{'world'} <span>hello</span> ``` ## Faml, Haml ```html <![CDATA[ hello world <span>hello</span> ]]> ``` ## Hamlit (Error) ```html uninitialized constant Hamlit::Compiler::Error ```
Version data entries
5 entries across 5 versions & 1 rubygems