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