This file is indexed.

/usr/share/doc/slang-tess/examples/add.out is in slang-tess 0.3.0-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
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