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
| > prove --exec perl6 -r t | |
| t/Grammar.t .. ===SORRY!=== | |
| Could not find Waffle::Grammar in any of: | |
| file#lib | |
| file#C:\Users\elyse/.perl6/2015.09/lib | |
| inst#C:\Users\elyse/.perl6/2015.09 | |
| file#C:\rakudo/share/perl6/lib | |
| file#C:\rakudo/share/perl6/vendor/lib | |
| file#C:\rakudo/share/perl6/site/lib | |
| inst#C:\rakudo/share/perl6 | |
| inst#C:\rakudo/share/perl6/vendor | |
| inst#C:\rakudo/share/perl6/site | |
| t/Grammar.t .. No subtests run | |
| Test Summary Report | |
| ------------------- | |
| t/Grammar.t (Wstat: 0 Tests: 0 Failed: 0) | |
| Parse errors: No plan found in TAP output | |
| Files=1, Tests=0, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) | |
| Result: FAIL |
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
| module Waffle::Grammar; |
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
| use lib 'lib'; | |
| use Test; | |
| use Waffle::Grammar; |
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
| . | |
| │ | |
| ├───lib | |
| │ └───Waffle | |
| │ Grammar.p6 | |
| │ | |
| └───t | |
| Grammar.t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment