Sparrow6.git | examples/tasks/code-generator-bug/ | task.check


regexp: (\S+)

generator: <<RAKU
!perl6
my $word = capture()[0];
say "note: new word found"
RAKU

code: <<CODE
!bash
echo OK
CODE