Skip to content

Commit

Permalink
Add a test for #103 (#717)
Browse files Browse the repository at this point in the history
* Add a test for #103

* Fix typo
  • Loading branch information
toku-sa-n authored Apr 30, 2023
1 parent 5fba812 commit fb93a17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3363,3 +3363,13 @@ Escaped newlines
#define SHORT_MACRO_DEFINITION \
x
```

## Literate Haskell

Code with `>`s

```haskell
> -- https://github.com/mihaimaruseac/hindent/issues/103
> foo :: a
> foo = undefined
```

0 comments on commit fb93a17

Please sign in to comment.