[
  {"type":"CommentSingle","value":"# proto-file: example/test.proto\n# proto-message: TestMessage\n"},
  {"type":"Text","value":"\n"},
  {"type":"CommentSingle","value":"# Basic field assignments\n"},
  {"type":"Name","value":"name"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"John Smith\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"age"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"42"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"email"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringSingle","value":"'user@example.com'"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Numeric literals\n"},
  {"type":"Name","value":"decimal_value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"12345"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"octal_value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberOct","value":"0755"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"hex_value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberHex","value":"0xDEADBEEF"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"zero"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"0"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Negative numbers (- is a separate token)\n"},
  {"type":"Name","value":"negative_int"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"LiteralNumberInteger","value":"42"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"negative_float"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"LiteralNumberFloat","value":"3.14159"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"negative_with_space"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"100"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"negative_scientific"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"LiteralNumberFloat","value":"54.32E+1f"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Float literals\n"},
  {"type":"Name","value":"pi"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"3.14159"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"scientific"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"1.23e-10"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"with_suffix"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"42f"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"decimal_suffix"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"100F"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"exp_notation"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"2e5"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"leading_dot"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":".5"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"trailing_dot"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"10."},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"optional_suffix"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"1.0f"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Special float values\n"},
  {"type":"Name","value":"positive_inf"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"inf"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"negative_inf"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"LiteralNumberFloat","value":"infinity"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"not_a_number"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"NaN"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"case_insensitive"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"INFINITY"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Boolean values\n"},
  {"type":"Name","value":"is_active"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"KeywordConstant","value":"true"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"is_deleted"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"KeywordConstant","value":"False"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"short_true"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"KeywordConstant","value":"t"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"short_false"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"KeywordConstant","value":"f"},
  {"type":"Text","value":"\n"},
  {"type":"CommentSingle","value":"# 0, 1, 0x0, 0x1, etc. are also valid but not bools lexically\n"},
  {"type":"Text","value":"\n"},
  {"type":"CommentSingle","value":"# String escapes\n"},
  {"type":"Name","value":"escaped_string"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"line1"},
  {"type":"LiteralStringEscape","value":"\\n"},
  {"type":"LiteralStringDouble","value":"line2"},
  {"type":"LiteralStringEscape","value":"\\t"},
  {"type":"LiteralStringDouble","value":"tab"},
  {"type":"LiteralStringEscape","value":"\\r\\n"},
  {"type":"LiteralStringDouble","value":"windows"},
  {"type":"LiteralStringEscape","value":"\\\\"},
  {"type":"LiteralStringDouble","value":"backslash\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"double_quote_escape"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"He said "},
  {"type":"LiteralStringEscape","value":"\\\""},
  {"type":"LiteralStringDouble","value":"hello"},
  {"type":"LiteralStringEscape","value":"\\\""},
  {"type":"LiteralStringDouble","value":", 'single' quote\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"single_quote_escape"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringSingle","value":"'She said "},
  {"type":"LiteralStringEscape","value":"\\'"},
  {"type":"LiteralStringSingle","value":"good bye"},
  {"type":"LiteralStringEscape","value":"\\'"},
  {"type":"LiteralStringSingle","value":", \"double\" quote'"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"octal_escape"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\""},
  {"type":"LiteralStringEscape","value":"\\0\\1"},
  {"type":"LiteralStringDouble","value":"8"},
  {"type":"LiteralStringEscape","value":"\\22\\333"},
  {"type":"LiteralStringDouble","value":"4\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"hex_escape"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\""},
  {"type":"LiteralStringEscape","value":"\\x0\\x1"},
  {"type":"LiteralStringDouble","value":"Hello"},
  {"type":"LiteralStringEscape","value":"\\x42"},
  {"type":"LiteralStringDouble","value":"\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"unicode_escape"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\""},
  {"type":"LiteralStringEscape","value":"\\u0041\\u0042"},
  {"type":"LiteralStringDouble","value":"\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"unicode_long"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\""},
  {"type":"LiteralStringEscape","value":"\\U0001f951\\U0010FFFD"},
  {"type":"LiteralStringDouble","value":"\""},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Message values with colon delimiter\n"},
  {"type":"Name","value":"nested_message"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n  "},
  {"type":"Name","value":"field1"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"value1\""},
  {"type":"Text","value":"\n  "},
  {"type":"Name","value":"field2"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"123"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Message values with angle brackets\n"},
  {"type":"Name","value":"another_message"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"\u003c"},
  {"type":"Text","value":"\n  "},
  {"type":"Name","value":"inner_field"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"KeywordConstant","value":"true"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"\u003e"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Repeated fields\n"},
  {"type":"Name","value":"tags"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"tag1\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"tags"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"tag2\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"tags"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"tag3\""},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# List syntax for repeated fields\n"},
  {"type":"Name","value":"numbers"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"["},
  {"type":"LiteralNumberInteger","value":"1"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"2"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"3"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"4"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"5"},
  {"type":"Punctuation","value":"]"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"strings"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"["},
  {"type":"LiteralStringDouble","value":"\"first\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"second\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"third\""},
  {"type":"Punctuation","value":"]"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Map entries\n"},
  {"type":"Name","value":"metadata"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"key"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"version\""},
  {"type":"Text","value":" "},
  {"type":"Name","value":"value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"1.0\""},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"metadata"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"key"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"author\""},
  {"type":"Text","value":" "},
  {"type":"Name","value":"value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"test\""},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"metadata"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"["},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"key"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"language\""},
  {"type":"Text","value":" "},
  {"type":"Name","value":"value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"proto\""},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"},"},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"key"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"year\""},
  {"type":"Text","value":" "},
  {"type":"Name","value":"value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"2024\""},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"]"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Extension fields\n"},
  {"type":"Punctuation","value":"["},
  {"type":"NameNamespace","value":"com.example.custom_field"},
  {"type":"Punctuation","value":"]:"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"extension_value\""},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"["},
  {"type":"NameNamespace","value":"org.example.number_ext"},
  {"type":"Punctuation","value":"]:"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"999"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Any expansion\n"},
  {"type":"Name","value":"details"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"["},
  {"type":"NameNamespace","value":"type.googleapis.com/example.PersonDetails"},
  {"type":"Punctuation","value":"]"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n    "},
  {"type":"Name","value":"phone"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"555-1234\""},
  {"type":"Text","value":"\n    "},
  {"type":"Name","value":"address"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"123 Main St\""},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Qualified field names\n"},
  {"type":"NameNamespace","value":"config.server.host"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"localhost\""},
  {"type":"Text","value":"\n"},
  {"type":"NameNamespace","value":"config.server.port"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"8080"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Group field (capitalized name)\n"},
  {"type":"Name","value":"MyGroup"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n  "},
  {"type":"Name","value":"my_value"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"42"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Enum values by name\n"},
  {"type":"Name","value":"status"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"ACTIVE"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"priority"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"HIGH"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"color"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"RED"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Enum values by number\n"},
  {"type":"Name","value":"fallback_status"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"1"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Edge cases\n"},
  {"type":"Name","value":"empty_string"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"\""},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"empty_message"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{}"},
  {"type":"Text","value":"\n"},
  {"type":"Name","value":"empty_list"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"[]"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Multiple nested messages\n"},
  {"type":"Name","value":"outer"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n  "},
  {"type":"Name","value":"middle"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n    "},
  {"type":"Name","value":"inner"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n      "},
  {"type":"Name","value":"deep_field"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"nested\""},
  {"type":"Text","value":"\n    "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Mixed delimiters\n"},
  {"type":"Name","value":"mixed"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"field1"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"a\""},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"next"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"\u003c"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"field2"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"b\""},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"\u003e"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Semicolon separators (optional)\n"},
  {"type":"Name","value":"with_semi"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"1"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"another"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"2"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n\n"},
  {"type":"CommentSingle","value":"# Concatenated strings\n"},
  {"type":"Name","value":"long_string"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"This is a very long string that \""},
  {"type":"Text","value":"\n             "},
  {"type":"LiteralStringDouble","value":"\"can be split across multiple lines \""},
  {"type":"Text","value":"\n             "},
  {"type":"LiteralStringDouble","value":"\"for better readability\""},
  {"type":"Text","value":"\n\n"},
  {"type":"Name","value":"field_with_comment"},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"42"},
  {"type":"Text","value":"  "},
  {"type":"CommentSingle","value":"# Inline comment (and no new line, should be handled by ensure_nl=true)\n"}
]
