aihc-parser-1.0.0.2: test/Test/Fixtures/lexer/comments/comment-between-identifiers.yaml
extensions: [] input: | x -- comment y tokens: - 'TkVarId "x"' - 'TkLineComment' - 'TkVarId "y"' - 'TkEOF' status: pass
extensions: [] input: | x -- comment y tokens: - 'TkVarId "x"' - 'TkLineComment' - 'TkVarId "y"' - 'TkEOF' status: pass