Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 19, 2020 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/1908b236abebe99cdd1b5d8c80d03961 to your computer and use it in GitHub Desktop.
Save Whateverable/1908b236abebe99cdd1b5d8c80d03961 to your computer and use it in GitHub Desktop.
evalable6
run <perl6 sandbox/roast/S05-grammar/parse_and_parsefile-6e.t>;
(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