Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
681a88a7
Commit
681a88a7
authored
Dec 10, 2001
by
simonpj
Browse files
[project @ 2001-12-10 09:51:36 by simonpj]
Add a lexical comment test
parent
d61949bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/should_compile/all.T
View file @
681a88a7
...
...
@@ -37,3 +37,4 @@ test "read027" { vtc("") }
test
"
read028
"
{
vtc
("")
}
test
"
read029
"
{
vtc
("")
}
test
"
read030
"
{
vtc
("")
}
test
"
read031
"
{
vtc
("")
}
testsuite/tests/ghc-regress/parser/should_compile/read031.hs
0 → 100644
View file @
681a88a7
-- !!! "--" can start a legal lexeme
module
ShouldCompile
where
infix
2
--+
,
-->
ps
-->
True
=
True
(
--+
)
a
b
=
a
&&
b
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment