summaryrefslogtreecommitdiffstats
path: root/test/data/o1.ostep
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/o1.ostep')
-rw-r--r--test/data/o1.ostep45
1 files changed, 45 insertions, 0 deletions
diff --git a/test/data/o1.ostep b/test/data/o1.ostep
new file mode 100644
index 0000000..074406a
--- /dev/null
+++ b/test/data/o1.ostep
@@ -0,0 +1,45 @@
1{
2 "test" = (1,1);
3 foo = (
4 (-1337),
5 (1),
6 (1),
7 (1),
8 (
9 (1),
10 (1),
11 (1),
12 (1),
13 (
14 (1),
15 (1),
16 (1),
17 (1)
18 )
19 )
20 );
21 more = {
22 "a" = "yo";
23 "b" = (
24 {
25 "c" = 0.25;
26 },
27 {
28 "a" = "yo";
29 "b" = (
30 {
31 "c" = 0.25;
32 },
33 {
34 "a" = "yo";
35 "b" = (
36 {
37 "cd" = -0.25;
38 }
39 );
40 }
41 );
42 }
43 );
44 };
45}