Created
February 19, 2020 16:18
-
-
Save Whateverable/1908b236abebe99cdd1b5d8c80d03961 to your computer and use it in GitHub Desktop.
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run <perl6 sandbox/roast/S05-grammar/parse_and_parsefile-6e.t>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(exit code 1) | |
1..24 | |
ok 1 - grammar is created using 6.e version of Grammar class | |
ok 2 - .parse method invokes TOP rule, no match | |
ok 3 - .parse method invokes TOP rule, match | |
ok 4 - .parse method requires match to end | |
ok 5 - .subparse method doesn't require match to end | |
ok 6 - dies if no TOP rule | |
Earlier failures: | |
(HANDLED) Failed to open file /home/bisectable/git/whateverable/parse_and_parsefile_test: Read-only file system | |
in block <unit> at sandbox/roast/S05-grammar/parse_and_parsefile-6e.t line 24 | |
Final error: | |
Cannot resolve caller say(Failure:U: Str:D); none of these signatures match: | |
(Mu: *%_) | |
in block <unit> at sandbox/roast/S05-grammar/parse_and_parsefile-6e.t line 25 | |
# You planned 24 tests, but ran 6 | |
The spawned command 'perl6' exited unsuccessfully (exit code: 255, signal: 0) | |
in block <unit> at /tmp/b9_iWq80NT line 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment