Ignore:
Timestamp:
01/24/12 06:48:30 (4 months ago)
Author:
PaulHarvey
Message:

Item11468: Give FORMAT{"0" a format string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/UnitTestContrib/test/unit/Fn_FORMAT.pm

    r13805 r13807  
    712712    my $this = shift; 
    713713 
    714     my $result = $this->{test_topicObject}->expandMacros('%FORMAT{"0"}%'); 
     714    my $result = $this->{test_topicObject}->expandMacros(<<'HERE'); 
     715%FORMAT{"0" type="string" format="$item"}% 
     716HERE 
     717    chomp($result); 
    715718 
    716719    $this->assert_str_equals( '0', $result ); 
Note: See TracChangeset for help on using the changeset viewer.