Sha256: 41f436e97914a286b6c1a37d9e0f1a577b0fe1945930f5d471f80934c180d8a1
Contents?: true
Size: 287 Bytes
Versions: 15
Compression:
Stored size: 287 Bytes
Contents
# [erb\_spec.rb:3](/spec/hamlit/filters/erb_spec.rb#L3) ## Input ```haml :erb <% if true %> ok <% else %> ng <% end %> ``` ## Output ### Haml ```html ok ``` ### Faml ```html Faml::FilterCompilers::NotFound: Unable to find compiler for erb ``` ### Hamlit ```html ok ```
Version data entries
15 entries across 15 versions & 1 rubygems