aihc-parser-1.0.0.2: test/Test/Fixtures/lexer/numeric-underscores/octal-without-extension.yaml
# Without NumericUnderscores, underscore should not be part of the literal extensions: [] input: "0o777_777" tokens: - 'TkInteger 511 TInteger' - 'TkVarId "_777"' - 'TkEOF' status: pass