pennmush/game/data/
pennmush/game/log/
pennmush/game/save/
pennmush/game/txt/evt/
pennmush/game/txt/nws/
pennmush/os2/
pennmush/po/
pennmush/win32/msvc.net/
pennmush/win32/msvc6/
use PennMUSH;
use MUSHConnection;
use TestHarness;

$mush = PennMUSH->new();
$god = $mush->loginGod();

test('null.1', $god, 'think null()', '');
test('null.2', $god, 'think null(a)', '');
test('null.3', $god, 'think null(a,b,c)', '');
test('null.4', $god, 'think null(pemit(#1,test))', 'test');
test('null.5', $god, 'think @@()', '');
test('null.6', $god, 'think @@(a)', '');
test('null.7', $god, 'think @@(a,b,c)', '');
test('null.8', $god, 'think @@(pemit(#1,test))', '');