prettier/tests/yaml_quote/quote.yml

10 lines
76 B
YAML

- "123"
- '123'
- "''"
- '""'
- ''''
- "\"\""
- '\n123'
- "\n123"
- "'a\"b"