comment ('# This test data is duplicated in parser and lexer tests')
Eol ('\n')
scalar key ('topics')
: (':')
whitespace (' ')
[ ('[')
& ('&')
anchor ('place')
whitespace (' ')
text ('City')
, (',')
whitespace (' ')
& ('&')
anchor ('lang')
whitespace (' ')
text ('Language')
] (']')
Eol ('\n')
* ('*')
alias ('place')
: (':')
whitespace (' ')
text ('Spb')
Eol ('\n')
* ('*')
alias ('lang')
whitespace (' ')
: (':')
whitespace (' ')
text ('Russia')
Eol ('\n')
* ('*')
alias ('rus')
: (':')