packages feed

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

# Testing: 0.0001_ (invalid - trailing underscore after float)
# Per GHC docs, this should be invalid
extensions:
  - NumericUnderscores
input: "0.0001_"
tokens:
  - 'TkFloat 1.0e-4 TFractional'
  - TkKeywordUnderscore
  - 'TkEOF'
status: pass