Sha256: dbf502e451dc10cac76dd14126a8365d1e2f560b840b929752d720fbe6453507
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
describe Hamlit::Engine do describe 'tab indent' do it 'accepts tab indentation', skipdoc: true do assert_render(<<-HAML, <<-HTML, compatible_only: :haml) %p \t%a HAML <p> <a></a> </p> HTML end end end
Version data entries
5 entries across 5 versions & 1 rubygems