Sha256: d11bddc611ec6ff42300df088f282343d6584cb0f937fb5b0bad7562a490709d

Contents?: true

Size: 803 Bytes

Versions: 19

Compression:

Stored size: 803 Bytes

Contents

#page{:style => 'font-family: "Lucida Grande", "Verdana"; text-align: center'}
#page{:style => "font-family: \"Lucida Grande\", \"Verdana\"; text-align: center"}
#page{:style => "font-family: 'Lucida Grande', 'Verdana'; text-align: center"}
#page{:style => 'font-family: \'Lucida Grande\', \'Verdana\'; text-align: center'}

%a{ href: '#', title: "This shouldn't be a double quote" } Works now
%a{ href: '#', title: 'Say "hi"' } To me

- name = 'Michael'
%div{ hi: name }
%div{ hi: "Hi #{ name }!" }

%div{ hi: "Hi #{ name }'!'" }
%div{ hi: "Hi #{ name }\"!\"" }

%div{ hi: "Hi #{ name } and #{ "'#{ name }'" }!" }

- theclass = 'test'
.clazz{ class: theclass }
.clazz{ class: 'hi' + theclass }
.clazz{ class: "hi#{ theclass }" }

- str = "It's a wonderful life"
%a(title=str) One
%a(title="#{str}") Two

Version data entries

19 entries across 19 versions & 1 rubygems

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