Changeset 13806


Ignore:
Timestamp:
01/24/12 06:47:37 (4 weeks ago)
Author:
PaulHarvey
Message:

Item11468: Give FORMAT{"0" a format string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UnitTestContrib/test/unit/Fn_FORMAT.pm

    r13804 r13806  
    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.