Changeset 13804 for trunk/UnitTestContrib/test/unit/Fn_FORMAT.pm
- Timestamp:
- 01/24/12 06:20:10 (4 months 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
r13742 r13804 708 708 } 709 709 710 #Item11468 711 sub test_0_list { 712 my $this = shift; 713 714 my $result = $this->{test_topicObject}->expandMacros('%FORMAT{"0"}%'); 715 716 $this->assert_str_equals( '0', $result ); 717 718 return; 719 } 720 710 721 1;
Note: See TracChangeset
for help on using the changeset viewer.
