summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-09-msil.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2005-10-05 09:33:29 +0000
committermihaylov <mihaylov@epfl.ch>2005-10-05 09:33:29 +0000
commit738348f88d7e6e17e4f663dabfff6cf8ec8af398 (patch)
tree58d7212cd2ed4e87e6780c21201d3afe26d37592 /test/files/run/Course-2002-09-msil.check
parent78a88d95aa3a146047aecbf016446d0933270ff0 (diff)
downloadscala-738348f88d7e6e17e4f663dabfff6cf8ec8af398.tar.gz
scala-738348f88d7e6e17e4f663dabfff6cf8ec8af398.tar.bz2
scala-738348f88d7e6e17e4f663dabfff6cf8ec8af398.zip
*** empty log message ***
Diffstat (limited to 'test/files/run/Course-2002-09-msil.check')
-rw-r--r--test/files/run/Course-2002-09-msil.check50
1 files changed, 50 insertions, 0 deletions
diff --git a/test/files/run/Course-2002-09-msil.check b/test/files/run/Course-2002-09-msil.check
new file mode 100644
index 0000000000..c921361db7
--- /dev/null
+++ b/test/files/run/Course-2002-09-msil.check
@@ -0,0 +1,50 @@
+Probe: f = 32
+Probe: c = 0
+Probe: f = ?
+Probe: c = ?
+
+Probe: f = 212
+Probe: c = 100
+Probe: f = ?
+Probe: c = ?
+
+Probe: c = 0
+Probe: f = 32
+Probe: c = ?
+Probe: f = ?
+
+Probe: c = 100
+Probe: f = 212
+Probe: c = ?
+Probe: f = ?
+
+0 Celsius -> 32 Fahrenheits
+100 Celsius -> 212 Fahrenheits
+32 Fahrenheits -> 0 Celsius
+212 Fahrenheits -> 100 Celsius
+
+a = ?, b = ?, c = ? => ? * ? = ?
+a = 2, b = ?, c = ? => 2 * ? = ?
+a = ?, b = 3, c = ? => ? * 3 = ?
+a = ?, b = ?, c = 6 => ? * ? = 6
+a = 2, b = 3, c = ? => 2 * 3 = 6
+a = 2, b = ?, c = 6 => 2 * 3 = 6
+a = ?, b = 3, c = 6 => 2 * 3 = 6
+a = 2, b = 3, c = 6 => 2 * 3 = 6
+
+a = 0, b = ?, c = ? => 0 * ? = 0
+a = ?, b = 0, c = ? => ? * 0 = 0
+a = ?, b = ?, c = 0 => ? * ? = 0
+a = 0, b = 7, c = ? => 0 * 7 = 0
+a = 7, b = 0, c = ? => 7 * 0 = 0
+a = 0, b = 0, c = ? => 0 * 0 = 0
+a = 0, b = ?, c = 0 => 0 * ? = 0
+a = ?, b = 0, c = 0 => ? * 0 = 0
+a = 0, b = 7, c = 0 => 0 * 7 = 0
+a = 7, b = 0, c = 0 => 7 * 0 = 0
+a = 0, b = 0, c = 0 => 0 * 0 = 0
+
+a = 3, b = 4 => c = 5
+a = 3, c = 5 => b = 4
+b = 4, c = 5 => a = 3
+