packages feed

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

# Testing: 1e+23_ (invalid - trailing underscore in exponent)
# Per GHC docs, this should be invalid
extensions:
  - NumericUnderscores
input: "1e+23_"
tokens:
  - 'TkFloat 1.0e23 TFractional'
  - TkKeywordUnderscore
  - 'TkEOF'
status: pass