root/1.8.2/trunk/test/testsetfuns.pl

Revision 529, 412 bytes (checked in by pennmush, 2 years ago)

PennMUSH 1.8.1p9 Archival

Line 
1use PennMUSH;
2use MUSHConnection;
3use TestHarness;
4
5$mush = PennMUSH->new();
6$god = $mush->loginGod();
7
8test('setunion.1', $god, 'think setunion(,)', '^$');
9test('setunion.2', $god, 'think setunion( a,a)', '^a\r$');
10test('setunion.3', $god, 'think setunion(c a b a,a b c c)', '^a b c\r$');
11test('setunion.4', $god, 'think setunion(a a a,)', '^a\r$');
12test('setunion.5', $god, 'think setunion(,a a a)', '^a\r$');
Note: See TracBrowser for help on using the browser.