PennMUSH Community
Show
Ignore:
Timestamp:
10/05/07 15:36:32 (1 year ago)
Author:
shawnw
Message:

Merge with devel

Files:

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  
     1run tests: 
     2$god->command('@config/set tiny_math=no'); 
    93test('ljust.1', $god, "think ljust(foo, 3)", 'foo'); 
    104test('ljust.2', $god, "think ljust(foo, 5)X", '^foo  X');