problem-specifications icon indicating copy to clipboard operation
problem-specifications copied to clipboard

`forth`: `evaluateBoth` property

Open NobbZ opened this issue 2 years ago • 5 comments

In the forth specification there is a single test for the evaluateBoth property.

The remaining tests are for the evaluate property.

https://github.com/exercism/problem-specifications/blob/main/exercises/forth/canonical-data.json#L510

This confused the erlang test generator recently, as it assumes the property key points to the function under test.

Is this a missunderstanding on my side or do we need to find another way to specify a sequence of operations/function calls in the spec?

NobbZ avatar Apr 20 '22 09:04 NobbZ