You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parser.Parser
constant
parses correctly a constant
+++ OK, passed 100 tests.
identifier
parses correctly a string starting with a lowercase character
+++ OK, passed 100 tests.
parses correctly a string starting with an uppercase character
+++ OK, passed 100 tests.
parses correctly a string starting with a special character FAILED [1]
does not parse a string starting with a digit
+++ OK, passed 100 tests.
does not parse a string starting with an illegal special character
+++ OK, passed 100 tests.
does not parse a reserved word
+++ OK, passed 100 tests.
boolParser
parses correctly a false
parses correctly a true
Failures:
test/Parser/ParserSpec.hs:45:5:
1) Parser.Parser.identifier parses correctly a string starting with a special character
Falsifiable (after 32 tests):
"pi"
To rerun use: --match "/Parser.Parser/identifier/parses correctly a string starting with a special character/"
Randomized with seed 1191602091
Finished in 8.0933 seconds
16 examples, 1 failure
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: