hindent icon indicating copy to clipboard operation
hindent copied to clipboard

Cannot parse LINE pragmas

Open toku-sa-n opened this issue 2 years ago • 0 comments

Problem

Description of problem here.

  • [x] I checked the issue tracker for existing issues about this problem.
  • [x] I'm using the latest version of hindent.

Input haskell

{-# LINE 1 "foo/bar.hs" #-}

Expected output haskell: same as the input

Actual output haskell: raises a parse error

toku-sa-n avatar Dec 25 '22 05:12 toku-sa-n