---
source: tera/src/snapshot_tests/lexer.rs
expression: "&tokens"
input_file: tera/src/snapshot_tests/lexer_inputs/success/ws.txt
---
[
CONTENT("Hello"),
VARIABLE_START(true),
INTEGER(1),
VARIABLE_END(true),
CONTENT("ho"),
CONTENT(""),
CONTENT(""),
]