|
|
tokens: []token{{typ: lineStart}, {typ: number, text: "0123"}, {typ: element, text: "abc"}, {typ: eof}},
|
|
tokens: []token{{typ: lineStart}, {typ: number, text: "0123"}, {typ: element, text: "abc"}, {typ: eof}},
|
|
|
|
|
+ tokens: []token{{typ: lineStart}, {typ: label, text: "foo"}, {typ: eof}},
|
|
|
|
|
+ tokens: []token{{typ: lineStart}, {typ: label, text: "label123"}, {typ: eof}},
|