Add CI runner #5
1 changed files with 0 additions and 6 deletions
|
|
@ -9,13 +9,8 @@ import Lexer
|
|||
import Parser
|
||||
import Types
|
||||
|
||||
import Data.String (IsString (..))
|
||||
import Data.Text (Text)
|
||||
import GHC.Stack
|
||||
import Text.Parsec.Pos
|
||||
import Test.Hspec
|
||||
import Text.Parsec.Pos
|
||||
import Types
|
||||
|
||||
main :: IO ()
|
||||
main = hspec $ do
|
||||
|
|
@ -57,7 +52,6 @@ modules = do
|
|||
, (1, 18, Anchor "myAnchor")
|
||||
]
|
||||
|
||||
|
||||
"\"OtherModule.Name\\#myAnchor\""
|
||||
`shouldLexTo` [ (1, 2, Module "OtherModule.Name")
|
||||
, (1, 18, Anchor "myAnchor")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue