summaryrefslogtreecommitdiff
path: root/test-nsc/files/run/Course-2002-09.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2005-10-19 14:00:47 +0000
committerIulian Dragos <jaguarul@gmail.com>2005-10-19 14:00:47 +0000
commite74f7af55c28267ecfbeda52fa563795e52776cc (patch)
tree6a08703ae1a0ca9cfc53db42a27512961d12affc /test-nsc/files/run/Course-2002-09.check
parentf4d80be80fb66314ff1e8f5fc1c8e7a4a20beb13 (diff)
downloadscala-e74f7af55c28267ecfbeda52fa563795e52776cc.tar.gz
scala-e74f7af55c28267ecfbeda52fa563795e52776cc.tar.bz2
scala-e74f7af55c28267ecfbeda52fa563795e52776cc.zip
Added check files for jvm runnable tests.
Diffstat (limited to 'test-nsc/files/run/Course-2002-09.check')
-rw-r--r--test-nsc/files/run/Course-2002-09.check50
1 files changed, 50 insertions, 0 deletions
diff --git a/test-nsc/files/run/Course-2002-09.check b/test-nsc/files/run/Course-2002-09.check
new file mode 100644
index 0000000000..765962aad8
--- /dev/null
+++ b/test-nsc/files/run/Course-2002-09.check
@@ -0,0 +1,50 @@
+Probe: f = 32.0
+Probe: c = 0.0
+Probe: f = ?
+Probe: c = ?
+
+Probe: f = 212.0
+Probe: c = 100.0
+Probe: f = ?
+Probe: c = ?
+
+Probe: c = 0.0
+Probe: f = 32.0
+Probe: c = ?
+Probe: f = ?
+
+Probe: c = 100.0
+Probe: f = 212.0
+Probe: c = ?
+Probe: f = ?
+
+0.0 Celsius -> 32.0 Fahrenheits
+100.0 Celsius -> 212.0 Fahrenheits
+32.0 Fahrenheits -> 0.0 Celsius
+212.0 Fahrenheits -> 100.0 Celsius
+
+a = ?, b = ?, c = ? => ? * ? = ?
+a = 2, b = ?, c = ? => 2.0 * ? = ?
+a = ?, b = 3, c = ? => ? * 3.0 = ?
+a = ?, b = ?, c = 6 => ? * ? = 6.0
+a = 2, b = 3, c = ? => 2.0 * 3.0 = 6.0
+a = 2, b = ?, c = 6 => 2.0 * 3.0 = 6.0
+a = ?, b = 3, c = 6 => 2.0 * 3.0 = 6.0
+a = 2, b = 3, c = 6 => 2.0 * 3.0 = 6.0
+
+a = 0, b = ?, c = ? => 0.0 * ? = 0.0
+a = ?, b = 0, c = ? => ? * 0.0 = 0.0
+a = ?, b = ?, c = 0 => ? * ? = 0.0
+a = 0, b = 7, c = ? => 0.0 * 7.0 = 0.0
+a = 7, b = 0, c = ? => 7.0 * 0.0 = 0.0
+a = 0, b = 0, c = ? => 0.0 * 0.0 = 0.0
+a = 0, b = ?, c = 0 => 0.0 * ? = 0.0
+a = ?, b = 0, c = 0 => ? * 0.0 = 0.0
+a = 0, b = 7, c = 0 => 0.0 * 7.0 = 0.0
+a = 7, b = 0, c = 0 => 7.0 * 0.0 = 0.0
+a = 0, b = 0, c = 0 => 0.0 * 0.0 = 0.0
+
+a = 3, b = 4 => c = 5.0
+a = 3, c = 5 => b = 4.0
+b = 4, c = 5 => a = 3.0
+