cfad47cfa3/t3compiler/tads3/test/data/nbsp.t
| 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | cfad47cfa334b206c65f22086bcc5d63e6f70944 | ||
|---|---|---|---|
1 | #charset "us-ascii" | ||
2 | |||
3 | foo: PreinitObject | ||
4 | execute() | ||
5 | { | ||
6 | setVal('testing'); | ||
7 | } | ||
8 | |||
9 | setVal(val) | ||
10 | { | ||
11 | self.val = val; | ||
12 | } | ||
13 | |||
14 | val = nil | ||
15 | |||
16 | bad = (self.val) | ||
17 | good() { return val; } | ||
18 | ; | ||
19 | |||
20 | main(args) | ||
21 | { | ||
22 | local x = /*nbsp:*/ 1; | ||
23 | "Testing nbsp: [ ]: x = <<x>>\n"; | ||
24 | } |
Download diff