Compare commits

..

2 commits

Author SHA1 Message Date
7d561cf329 Setup CI
All checks were successful
Haskell CI / build (pull_request) Successful in 3m13s
Haskell CI / test (pull_request) Successful in 2m13s
Haskell CI / fourmolu (pull_request) Successful in 6s
Haskell CI / hlint (pull_request) Successful in 5s
2025-09-27 15:06:33 +02:00
f1cb583d0f Runner base config 2025-09-26 22:47:21 +02:00

View file

@ -7,12 +7,6 @@ import GHC.Stack
import Identifier (Identifier) import Identifier (Identifier)
import Lexer import Lexer
import Parser import Parser
import Types
import Data.String (IsString (..))
import Data.Text (Text)
import GHC.Stack
import Text.Parsec.Pos
import Test.Hspec import Test.Hspec
import Text.Parsec.Pos import Text.Parsec.Pos
import Types import Types
@ -57,7 +51,6 @@ modules = do
, (1, 18, Anchor "myAnchor") , (1, 18, Anchor "myAnchor")
] ]
"\"OtherModule.Name\\#myAnchor\"" "\"OtherModule.Name\\#myAnchor\""
`shouldLexTo` [ (1, 2, Module "OtherModule.Name") `shouldLexTo` [ (1, 2, Module "OtherModule.Name")
, (1, 18, Anchor "myAnchor") , (1, 18, Anchor "myAnchor")