brownplt / ZZZ-captain-teach

Set sail for Learning Island! Deprecated and no longer maintained
5 stars 1 forks source link

The part of a @code-assignment below the 'end' is editable even when writing test cases #22

Open justinpombrio opened 10 years ago

justinpombrio commented 10 years ago

A code assignment has three editable parts:

fun blah(): _HERE (A)_ where: _HERE (B)_ end _HERE (C)_

I would expect B to be editable when the tests are selected and A and C to be editable when the function is selected, but instead C is always editable. This tripped up a student who wrote her test cases below 'end'.