summaryrefslogtreecommitdiff
path: root/opttest.stage
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-02-08 00:24:06 -0700
committerMike Buland <eichlan@xagasoft.com>2012-02-08 00:24:06 -0700
commita859a39f3455fcbf0575bd7acd25915c40922f92 (patch)
tree709c900083529913c45e782c430eec82dba9e642 /opttest.stage
parent11554a9e5c92a98129b42598495abe7503d9208c (diff)
downloadstage-0.05.tar.gz
stage-0.05.tar.bz2
stage-0.05.tar.xz
stage-0.05.zip
Committed the tests I've been using.0.05
Good for regressions, I'll have to make some sort of test suite thing later.
Diffstat (limited to 'opttest.stage')
-rw-r--r--opttest.stage18
1 files changed, 0 insertions, 18 deletions
diff --git a/opttest.stage b/opttest.stage
deleted file mode 100644
index 325a197..0000000
--- a/opttest.stage
+++ /dev/null
@@ -1,18 +0,0 @@
1option situation <<start>>
2{
3 option: "Begin the game"
4 {
5 display("the game has begun.");
6 }
7
8 option: "I'm not ready yet"
9 {
10 display("Yup, that's what I thought.");
11 }
12
13 option: "Quit the game"
14 {
15 display("Ok...fine...");
16 exit();
17 }
18}