Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fudge two new, failing tests
  • Loading branch information
moritz committed Nov 19, 2012
1 parent ac70806 commit f631233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S06-other/main-usage.t
Expand Up @@ -168,13 +168,15 @@ is_run 'sub MAIN() { print 42 }', :args['--foo'],
'superfluous options trigger usage message';

# RT #115744
#?rakudo todo 'RT 115744'
is_run 'sub MAIN($arg) { print $arg }',
{
out => "--23"
},
:args['--', '--23'],
'Stopping option processing';

#?rakudo todo 'RT 115744'
is_run 'sub MAIN($arg, Bool :$bool) { print $bool, $arg }',
{
out => 'True-option'
Expand Down

0 comments on commit f631233

Please sign in to comment.