17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
|
# 6.B.12. TEST CASE, ARMY MOVEMENT WITH COASTAL SPECIFICATION
|
||
|
# For armies the coasts are irrelevant:
|
||
|
|
||
|
unit France A Gascony
|
||
|
|
||
|
---
|
||
|
|
||
|
France:
|
||
|
A Gascony - Spain(nc)
|
||
|
|
||
|
---
|
||
|
|
||
|
# If only perfect orders are accepted, then the move will fail. But it is also possible that coasts are ignored in this case and a move will be attempted (see issue 4.B.6).
|
||
|
# I prefer that a move will be attempted.
|
||
|
assert moves Gascony
|
||
|
|