Skip to content
GitLab
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
898568a4
Commit
898568a4
authored
Feb 11, 2002
by
simonmar
Browse files
[project @ 2002-02-11 15:21:21 by simonmar]
Add regression test for lexer bug when parsing "1.0e+x".
parent
7a5083fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/should_compile/all.T
View file @
898568a4
...
...
@@ -39,3 +39,4 @@ test "read029" { vtc("") }
test
"
read030
"
{
vtc
("")
}
test
"
read031
"
{
vtc
("")
}
test
"
read032
"
{
vtc
("")
}
test
"
read033
"
{
vtc
("")
}
testsuite/tests/ghc-regress/parser/should_compile/read033.hs
0 → 100644
View file @
898568a4
module
ShouldCompile
where
x
=
const
1.0
e
+
x
where
e
=
3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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