Changeset 13806
- Timestamp:
- 01/24/12 06:47:37 (4 weeks ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/test/unit/Fn_FORMAT.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/Fn_FORMAT.pm
r13804 r13806 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.
