Properly support multiline integration tests

This commit is contained in:
Nathan McCarty 2024-12-31 20:40:00 -05:00
parent 4b2c2eb4dd
commit 8428f64721
2 changed files with 3 additions and 2 deletions

View file

@ -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);