prettier/tests/handlebars-basics/string-literals.hbs

7 lines
162 B
Handlebars
Raw Normal View History

{{"abc"}}
{{'abc'}}
{{" \" \" ' more double quote than single quote "}}
{{' \' \' " more single quote than double quote '}}
{{' " \' \" \\ '}}
{{" \" \' ' \\ "}}