24 lines
693 B
Plaintext
24 lines
693 B
Plaintext
# 6.B.8. TEST CASE, SUPPORTING WITH UNSPECIFIED COAST WHEN ONLY ONE COAST IS POSSIBLE
|
|
# If coast is omitted while only coast is possible, it should be considered a poorly written order, that should be followed.
|
|
|
|
unit France F Portugal
|
|
unit France F Gascony
|
|
unit Italy F Gulf of Lyon
|
|
unit Italy F Western Mediterranean
|
|
|
|
---
|
|
|
|
France:
|
|
F Portugal Supports F Gascony - Spain
|
|
F Gascony - Spain(nc)
|
|
|
|
Italy:
|
|
F Gulf of Lyon Supports F Western Mediterranean - Spain(sc)
|
|
F Western Mediterranean - Spain(sc)
|
|
|
|
---
|
|
|
|
# Support of Portugal is successful and the Italian fleet in the Western Mediterranean bounces with the French fleet from Gascony.
|
|
assert no-move Gascony
|
|
assert no-move Western Mediterranean
|