Changeset 1117 for 1.8.3/trunk/test/testjust.pl
- Timestamp:
- 10/05/07 15:36:32 (1 year ago)
- Files:
-
- 1.8.3/trunk/test/testjust.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/test/testjust.pl
r1032 r1117 1 # Test ljust(), rjust(), center() 2 3 use PennMUSH; 4 use TestHarness; 5 6 my $mush = PennMUSH->new(); 7 my $god = $mush->loginGod(); 8 1 run tests: 2 $god->command('@config/set tiny_math=no'); 9 3 test('ljust.1', $god, "think ljust(foo, 3)", 'foo'); 10 4 test('ljust.2', $god, "think ljust(foo, 5)X", '^foo X');
