25 lines
443 B
Plaintext
25 lines
443 B
Plaintext
# 6.A.12. TEST CASE, BOUNCE OF THREE UNITS
|
|
# If three units move to the same area, the adjudicator should not bounce the first two units and then let the third unit go to the now open area.
|
|
|
|
unit Austria A Vienna
|
|
unit Germany A Munich
|
|
unit Italy A Venice
|
|
|
|
---
|
|
|
|
Austria:
|
|
A Vienna - Tyrolia
|
|
|
|
Germany:
|
|
A Munich - Tyrolia
|
|
|
|
Italy:
|
|
A Venice - Tyrolia
|
|
|
|
---
|
|
|
|
# The three units bounce.
|
|
assert no-move Vienna
|
|
assert no-move Munich
|
|
assert no-move Venice
|