Sha256: dd575b26fe212146f7086889e15c8197507ee20ee0b9d631a15689a8b7fac183
Contents?: true
Size: 230 Bytes
Versions: 27
Compression:
Stored size: 230 Bytes
Contents
# [./spec/render/indent_spec.rb:41](../../../spec/render/indent_spec.rb#L41) ## Input ```haml %p %a ``` ## Faml (Error) ```html Indentation with hard tabs are not allowed :-p ``` ## Haml, Hamlit ```html <p> <a></a> </p> ```
Version data entries
27 entries across 27 versions & 1 rubygems