Sha256: ff291ce994aece4be8d69249d3a4751e969e64a61da1f54fc29c5bfa90b70caf

Contents?: true

Size: 477 Bytes

Versions: 19

Compression:

Stored size: 477 Bytes

Contents

%input{:checked=>true}
%input{:checked=>'true'}
%input{:checked =>false}
%input{:checked =>'false'}

%input(checked=true)
%input(checked='true')
%input(checked= false)
%input(checked= 'false')

%tag{:name => "value", :name2 =>   true, :tag   => 100}
%tag/{ :name => 'value',   :name2 => true }
%tag(name="value" name2=true ns:tag=100)
%tag/(name="value" name2=true ns:tag=100)

- boolTrue = true
- boolFalse = false
%input{"data-test": boolTrue}
%input{"data-test": boolFalse}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-4.1.5 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-4.1.4 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-4.1.3 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-4.1.2 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-4.1.1 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-4.1.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-4.0.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.4.3 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.4.2 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.4.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.3.1 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.3.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.2.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.1.1 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.1.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-3.0.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-2.0.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml
ela-1.1.0 node_modules/haml-coffee/spec/suites/templates/text/boolean_attributes.haml