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

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

test('setunion.1', $god, 'think setunion(,)', '^$');
test('setunion.2', $god, 'think setunion( a,a)', '^a\r$');
test('setunion.3', $god, 'think setunion(c a b a,a b c c)', '^a b c\r$');
test('setunion.4', $god, 'think setunion(a a a,)', '^a\r$');
test('setunion.5', $god, 'think setunion(,a a a)', '^a\r$');