6 lines
119 B
YAML
6 lines
119 B
YAML
# We test the quote detection
|
|
|
|
valid: 'This is a valid string'
|
|
also_valid: "This is also a valid string"
|
|
invalid: "\t"
|