Compare commits
2 commits
42b9dedbab
...
7d561cf329
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d561cf329 | |||
| f1cb583d0f |
1 changed files with 0 additions and 7 deletions
|
|
@ -7,12 +7,6 @@ import GHC.Stack
|
|||
import Identifier (Identifier)
|
||||
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
|
||||
|
|
@ -57,7 +51,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