tartrazine/spec/tests/yang/test_string_value.txt

12 lines
240 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
# String value `"5"` should be not explicitly highlighted
---input---
value "5";
---tokens---
'value' Keyword
' ' Text.Whitespace
'"5"' Literal.String.Double
';' Punctuation
'\n' Text.Whitespace