tartrazine/spec/tests/rust/test_attribute.txt

13 lines
291 B
Plaintext

---input---
#[foo(bar = [baz, qux])]
---tokens---
'#[' Comment.Preproc
'foo(bar = ' Comment.Preproc
'[' Comment.Preproc
'baz, qux' Comment.Preproc
']' Comment.Preproc
')' Comment.Preproc
']' Comment.Preproc
'\n' Text.Whitespace