Add CI runner #5

Merged
elland merged 3 commits from runner into dev 2025-09-27 15:03:00 +00:00
Showing only changes of commit 03a41acc02 - Show all commits

View file

@ -9,13 +9,8 @@ import Lexer
import Parser import Parser
import Types 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
main :: IO () main :: IO ()
main = hspec $ do main = hspec $ do
@ -57,7 +52,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")