| 1 | import { tokenize } from '../../../src/compute-engine/latex-syntax/tokenizer'; |
| 2 | |
| 3 | // REVIEW.md C11: the `\csname` handler's leading space-skip loop and |
| 4 | // `#`-parameter expansion were dead code (`lex.peek()`/`lex.get()` return a |
nothing calls this directly
no test coverage detected