22 lines
480 B
Plaintext
22 lines
480 B
Plaintext
|
# 6.A.10. TEST CASE, SUPPORT ON UNREACHABLE DESTINATION NOT POSSIBLE
|
||
|
# The destination of the move that is supported must be reachable by the supporting unit.
|
||
|
|
||
|
unit Austria A Venice
|
||
|
unit Italy F Rome
|
||
|
unit Italy A Apulia
|
||
|
|
||
|
---
|
||
|
|
||
|
Austria:
|
||
|
A Venice Hold
|
||
|
|
||
|
Italy:
|
||
|
F Rome Supports A Apulia - Venice
|
||
|
A Apulia - Venice
|
||
|
|
||
|
---
|
||
|
|
||
|
# The support of Rome is illegal, because Venice cannot be reached from Rome by a fleet. Venice is not dislodged.
|
||
|
assert hold-order Rome
|
||
|
assert not-dislodged Venice
|