Skip to content

Commit

Permalink
Merge pull request #655 from toku-sa-n/sharp
Browse files Browse the repository at this point in the history
Add a test for #547
  • Loading branch information
mihaimaruseac authored Dec 29, 2022
2 parents 626d651 + c286026 commit d134b1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@ import CommentAfter
import qualified "base" Prelude as P
```

Importing a `#`

```haskell
-- https://github.com/mihaimaruseac/hindent/issues/547
import Diagrams.Prelude ((#))
```

### Foreign imports and exports

A `ccall` foreign export
Expand Down

0 comments on commit d134b1a

Please sign in to comment.