File: add.out

package info (click to toggle)
tess 0.3.0-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: sh: 2,841; makefile: 177
file content (40 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Usage: add(i,j)

Test Case 1: add: PASSED (SHOULD signal error, DID)

Usage: add(i,j)

Test Case 2: add: PASSED (SHOULD signal error, DID)

Stack Contents:
(0)[String_Type]:hi there!

Usage: add(i,j)

Test Case 3: add: PASSED (SHOULD signal error, DID)

Stack Contents:
(0)[Integer_Type]:2


Test Case 4: add: PASSED (SHOULD NOT signal error, DID NOT)

Stack Contents:
(0)[Integer_Type]:5

S-Lang Error: Type Mismatch: String_Type + Integer_Type is not possible

Test Case 5: add: PASSED (SHOULD signal error, DID)


Test Case 6: add: PASSED (SHOULD NOT signal error, DID NOT)

Stack Contents:
(0)[String_Type]:hello there!


=============== add Test Summary ===============

		Number of Failures: 0
		Number of Passes  : 6