- Timestamp:
- 01/24/12 06:48:30 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/UnitTestContrib/test/unit/Fn_FORMAT.pm
r13805 r13807 712 712 my $this = shift; 713 713 714 my $result = $this->{test_topicObject}->expandMacros('%FORMAT{"0"}%'); 714 my $result = $this->{test_topicObject}->expandMacros(<<'HERE'); 715 %FORMAT{"0" type="string" format="$item"}% 716 HERE 717 chomp($result); 715 718 716 719 $this->assert_str_equals( '0', $result );
Note: See TracChangeset
for help on using the changeset viewer.
