Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

fix parsing trailing quotes in backticked identifiers (#1408) #1483

Merged
merged 1 commit into from
May 8, 2022

Conversation

ulysses4ever
Copy link
Contributor

I assume this needs a test… It works on the example in #1408 provided by @Kleidukos

module Module where

-- | This is the `foo'` function.
foo' :: ()
foo' = ()

@ulysses4ever ulysses4ever force-pushed the t1408 branch 2 times, most recently from 616aa7c to 02178a9 Compare May 8, 2022 01:35
@Kleidukos
Copy link
Member

@ulysses4ever This is wonderful! :)
Yes a test would be most welcome.

@ulysses4ever
Copy link
Contributor Author

@Kleidukos done. Tests pass on my end.

@Kleidukos Kleidukos merged commit 4073ed3 into haskell:ghc-9.2 May 8, 2022
@Kleidukos Kleidukos mentioned this pull request May 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants