From 29a36ce1aaf7c0d63a9d740b33f4e1c37beb593e Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Tue, 17 Mar 2020 12:01:09 +0100 Subject: [PATCH] Test for unknown command --- commands1_input.txt | 1 + commands1_output.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/commands1_input.txt b/commands1_input.txt index ae78f3d..4140934 100644 --- a/commands1_input.txt +++ b/commands1_input.txt @@ -1,4 +1,5 @@ build? +put train 1 at (0,0) in direction 1,0 draw list-buildings list-resources diff --git a/commands1_output.txt b/commands1_output.txt index 74341d7..1c7bb77 100644 --- a/commands1_output.txt +++ b/commands1_output.txt @@ -1,4 +1,5 @@ Error, can not get buildable items: game not started +Error, unknown command Error, no card to draw exists Error, can not get buildings: game not started Error, can not get resources: game not started