packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/lexer/numeric-underscores/float-invalid-underscore-after-dot.yaml

# Testing: 0._0001
# GHC splits this as 0 . _0001 rather than a float token.
extensions:
  - NumericUnderscores
input: "0._0001"
tokens:
  - "TkInteger 0 TInteger"
  - 'TkVarSym "."'
  - 'TkVarId "_0001"'
  - "TkEOF"
status: pass