ソースを参照

Added test output files

Taddeus Kroes 12 年 前
コミット
220323c17a
8 ファイル変更97 行追加0 行削除
  1. 13 0
      test/array_init.out
  2. 36 0
      test/bool_op.out
  3. BIN
      test/civ.out
  4. 8 0
      test/for_to_while.out
  5. 1 0
      test/nested_funs.out
  6. 1 0
      test/pi.out
  7. 25 0
      test/prime.out
  8. 13 0
      test/res.out

+ 13 - 0
test/array_init.out

@@ -0,0 +1,13 @@
+1
+2
+3
+4
+5
+6
+
+7
+7
+7
+7
+7
+7

+ 36 - 0
test/bool_op.out

@@ -0,0 +1,36 @@
+100
+010
+111
+001
+
+101
+011
+110
+000
+
+100
+00
+111
+00
+
+11
+011
+11
+000
+
+100
+010
+111
+000
+
+101
+011
+111
+000
+
+1
+0
+
+1
+0
+

BIN
test/civ.out


+ 8 - 0
test/for_to_while.out

@@ -0,0 +1,8 @@
+0 1 2 3 4 5 6 7 8 9
+10 9 8 7 6 5 4 3 2 1
+0 2 4 6 8
+7 4 1 0 0 0 1 0 2 0 3
+1 0 1 1 1 2 1 3
+2 0 2 1 2 2 2 3
+3 0 3 1 3 2 3 3
+4 0 4 1 4 2 4 3

+ 1 - 0
test/nested_funs.out

@@ -0,0 +1 @@
+3215454454

+ 1 - 0
test/pi.out

@@ -0,0 +1 @@
+3.140444

+ 25 - 0
test/prime.out

@@ -0,0 +1,25 @@
+2
+3
+5
+7
+11
+13
+17
+19
+23
+29
+31
+37
+41
+43
+47
+53
+59
+61
+67
+71
+73
+79
+83
+89
+97

+ 13 - 0
test/res.out

@@ -0,0 +1,13 @@
+1
+2
+3
+4
+5
+6
+
+7
+7
+7
+7
+7
+7