Changeset 14032 for trunk/PS-IPP-Metadata-Config/t/08_strings.t
- Timestamp:
- Jul 5, 2007, 4:27:32 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Metadata-Config/t/08_strings.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Metadata-Config/t/08_strings.t
r9849 r14032 3 3 # Copyright (C) 2006 Joshua Hoblitt 4 4 # 5 # $Id: 08_strings.t,v 1. 2 2006-11-04 01:25:32 jhoblitt Exp $5 # $Id: 08_strings.t,v 1.3 2007-07-06 02:27:32 jhoblitt Exp $ 6 6 7 7 use strict; … … 12 12 #$::RD_TRACE = 1; 13 13 14 use Test::More tests => 4;14 use Test::More tests => 6; 15 15 use PS::IPP::Metadata::Config; 16 16 … … 74 74 is_deeply( $config, $tree, "NULL str structure" ); 75 75 } 76 77 { 78 my $example =<<END; 79 mystr STR # some comment 80 END 81 82 my $config = $config_parser->parse( $example ); 83 ok(!defined( $config ), "STR without value"); 84 85 is_deeply( $config, undef, "NULL str structure" ); 86 }
Note:
See TracChangeset
for help on using the changeset viewer.
