diff options
author | Pacien TRAN-GIRARD | 2014-04-06 15:21:56 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-06 15:21:56 +0200 |
commit | 7b610fc05d85ffba69af1a5cf4d9b94cae8245b2 (patch) | |
tree | ab31bd236c7371171a9fabc37c45fbb916c1e7ad | |
parent | 8312e144784d0c9a2295980221a5ed5af166a895 (diff) | |
download | esieequest-7b610fc05d85ffba69af1a5cf4d9b94cae8245b2.tar.gz |
Update commands test file
-rw-r--r-- | test/commands.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/commands.txt b/test/commands.txt index 73d07ea..d4eab7d 100644 --- a/test/commands.txt +++ b/test/commands.txt | |||
@@ -1,2 +1,18 @@ | |||
1 | help | 1 | help |
2 | // go to the cafeteria to test the inventory | ||
3 | go north | ||
4 | go west | ||
5 | take banana | ||
6 | look | ||
7 | take orange | ||
8 | look | ||
9 | take anti-matter | ||
10 | look | ||
11 | drop banana | ||
12 | look | ||
13 | drop orange | ||
14 | look | ||
15 | drop anti-matter | ||
16 | look | ||
17 | // | ||
2 | quit \ No newline at end of file | 18 | quit \ No newline at end of file |