Properly support multiline integration tests
This commit is contained in:
parent
4b2c2eb4dd
commit
8428f64721
2 changed files with 3 additions and 2 deletions
|
@ -95,7 +95,7 @@ class PackageInfo {
|
|||
when * eq 'Either' {succeed Either};
|
||||
};
|
||||
my $test =
|
||||
Test.new(name => $match<test-name>.Str,
|
||||
Test.new(name => $match<test-name>.Str.trim,
|
||||
expr => $match<expression-name>.Str,
|
||||
output-type => $output-type);
|
||||
@tests.push($test);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue