rascal icon indicating copy to clipboard operation
rascal copied to clipboard

`@maxDepth` can not be written as expression

Open jurgenvinju opened this issue 2 years ago • 1 comments

Describe the bug

The test runner interprets @maxDepth{20} but not the more sensible @maxDepth=20 and it crashes on:

@maxDepth{
20
}

jurgenvinju avatar Jul 07 '23 10:07 jurgenvinju

The same holds for @tries and possibly other (undocumented!) features of the test runner.

jurgenvinju avatar Jul 07 '23 10:07 jurgenvinju