PennMUSH Community

root/1.8.3/trunk/test/testnull.pl

Revision 1117, 382 bytes (checked in by shawnw, 11 months ago)

Merge with devel

Line 
1 run test:
2 test('null.1', $god, 'think null()', '');
3 test('null.2', $god, 'think null(a)', '');
4 test('null.3', $god, 'think null(a,b,c)', '');
5 test('null.4', $god, 'think null(pemit(#1,test))', 'test');
6 test('null.5', $god, 'think @@()', '');
7 test('null.6', $god, 'think @@(a)', '');
8 test('null.7', $god, 'think @@(a,b,c)', '');
9 test('null.8', $god, 'think @@(pemit(#1,test))', '');
Note: See TracBrowser for help on using the browser.