tartrazine/spec/tests/yaml/test_yaml_colon_in_key.txt

12 lines
244 B
Plaintext

# Colon in the key name is accepted by the YAML specs too
---input---
foo:bar: value
---tokens---
'foo:bar' Name.Tag
':' Punctuation
' ' Text.Whitespace
'value' Literal.Scalar.Plain
'\n' Text.Whitespace