tartrazine/tests/yaml/test_yaml_colon_in_key_double.txt

12 lines
246 B
Plaintext

# Colons 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