[
  {"type":"Keyword","value":"[Section A]"},
  {"type":"Text","value":"\n"},
  {"type":"NameAttribute","value":"KeyOne"},
  {"type":"Operator","value":"="},
  {"type":"LiteralString","value":"value 1"},
  {"type":"Text","value":"\n"},
  {"type":"NameAttribute","value":"KeyTwo"},
  {"type":"Operator","value":"="},
  {"type":"LiteralString","value":"value 2"},
  {"type":"Text","value":"\n\n"},
  {"type":"Comment","value":"# a comment"},
  {"type":"Text","value":"\n\n"},
  {"type":"Keyword","value":"[Section B]"},
  {"type":"Text","value":"\n"},
  {"type":"NameAttribute","value":"Setting"},
  {"type":"Operator","value":"="},
  {"type":"LiteralString","value":"\"something\" \"some thing\" \"…\""},
  {"type":"Text","value":"\n"},
  {"type":"NameAttribute","value":"KeyTwo"},
  {"type":"Operator","value":"="},
  {"type":"LiteralString","value":"value 2 "},
  {"type":"Text","value":"\\\n"},
  {"type":"LiteralString","value":"       value 2 continued"},
  {"type":"Text","value":"\n\n"}
]