We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e870a83 commit 4936470Copy full SHA for 4936470
tests/purescript-font-lock-tests.el
@@ -80,11 +80,14 @@ hello
80
"foo = \"\"\"
81
# a string with hashtag
82
# another # one
83
+-- not a comment --
84
+-- | not a comment
85
+{- not a comment -}
86
\"\"\"
87
"
88
'((1 3 font-lock-function-name-face)
89
(5 5 font-lock-variable-name-face)
- (7 55 font-lock-string-face))))
90
+ (7 114 font-lock-string-face))))
91
92
(ert-deftest multiline-string-with-embedded-strings ()
93
:expected-result :failed
0 commit comments