| 1 |
expect 2 failures! |
|---|
| 2 |
run tests: |
|---|
| 3 |
test('hastype.1', $god, 'think hastype(#0, room)', ['1', '!#-1']); |
|---|
| 4 |
test('hastype.2', $god, 'think hastype(#1, player)', ['1', '!#-1']); |
|---|
| 5 |
test('hastype.3', $god, '@create foo', []); |
|---|
| 6 |
test('hastype.4', $god, 'think hastype(foo, thing)', ['1', '!#-1']); |
|---|
| 7 |
test('hastype.5', $god, '@rec foo', []); |
|---|
| 8 |
test('hastype.6', $god, '@rec foo', []); |
|---|
| 9 |
test('hastype.7', $god, 'think hastype(#3, garbage)', ['1', '!#-1']); |
|---|
| 10 |
test('hastype.8', $god, '@open foo', []); |
|---|
| 11 |
test('hastype.9', $god, 'think hastype(#3, exit)', ['1', '!#-1']); |
|---|
| 12 |
|
|---|