Skip to content

Commit 73bf41a

Browse files
committed
Add tests
1 parent 75b05bf commit 73bf41a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/haskell-lexeme-tests.el

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@ buffer."
184184
'("'D'")
185185
'("'D'")))
186186

187+
(ert-deftest haskell-lexeme-char-literal-5 ()
188+
(check-lexemes
189+
'("':'")
190+
'("':'")))
191+
192+
(ert-deftest haskell-lexeme-char-literal-6 ()
193+
(check-lexemes
194+
'("(':')")
195+
'("(" "':'" ")")))
196+
187197
(ert-deftest haskell-lexeme-string-literal-1 ()
188198
(check-lexemes
189199
'("\"\\ \\\"")

0 commit comments

Comments
 (0)