b4594551f7
When originally filling out these test cases we didn't yet have the logic in place to detect chained moves and so this test couldn't succeed in spite of being correct. We now have chain-detection implemented and so consequently we can also detect cyclic chains. This commit largely just enables the original test unchanged, although it does include the text of the final error message for reporting cyclic move chains which wasn't yet finalized when we were stubbing out this test case originally. |
||
---|---|---|
.. | ||
testdata/move-validate-zoo | ||
move_execute.go | ||
move_execute_test.go | ||
move_statement.go | ||
move_validate.go | ||
move_validate_test.go |