summaryrefslogtreecommitdiff
path: root/tests/i.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 /tests/i.stage
parent11554a9e5c92a98129b42598495abe7503d9208c (diff)
downloadstage-883c473bac949def867b8834d01e661fe357040e.tar.gz
stage-883c473bac949def867b8834d01e661fe357040e.tar.bz2
stage-883c473bac949def867b8834d01e661fe357040e.tar.xz
stage-883c473bac949def867b8834d01e661fe357040e.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 'tests/i.stage')
-rw-r--r--tests/i.stage17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/i.stage b/tests/i.stage
new file mode 100644
index 0000000..8c2e7fe
--- /dev/null
+++ b/tests/i.stage
@@ -0,0 +1,17 @@
1situation <<start>>
2{
3 enter
4 {
5 if true then
6 {
7 display("True");
8 }
9 else
10 {
11 display("False");
12 }
13
14 display("Done");
15 }
16}
17