Changeset 3394
- Timestamp:
- Mar 9, 2005, 1:42:03 PM (21 years ago)
- Location:
- trunk/PS-IPP-Metadata-Config/t
- Files:
-
- 5 added
- 2 edited
-
02_sdrs_example.t (modified) (3 diffs)
-
03_gene_example.t (modified) (2 diffs)
-
04_metadata_example.t (added)
-
05_nested_metadata_example.t (added)
-
06_nested_metadata_example2.t (added)
-
07_nested_metadata_example3.t (added)
-
08_nested_metadata_example4.t (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Metadata-Config/t/02_sdrs_example.t
r3343 r3394 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: 02_sdrs_example.t,v 1. 1.1.1 2005-03-01 03:40:20jhoblitt Exp $5 # $Id: 02_sdrs_example.t,v 1.2 2005-03-09 23:42:03 jhoblitt Exp $ 6 6 7 7 use strict; … … 9 9 10 10 use lib qw( ./lib ); 11 12 #$::RD_TRACE = 1; 11 13 12 14 use Test::More tests => 1; … … 24 26 Float F32 0.98765#This is a comment too 25 27 String STR This is the string that forms the value #comment 26 28 27 29 # This is a comment line and is to be ignored 28 30 boolean BOOL T # The value of `boolean' is `true' 29 31 30 32 @primes U8 2,3 5 7,11,13 17 # These are prime numbers 31 33 32 34 comment * The rest of this line is ignored, but `comment' is set to be non-unique 33 35 comment STR This -
trunk/PS-IPP-Metadata-Config/t/03_gene_example.t
r3343 r3394 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: 03_gene_example.t,v 1. 1.1.1 2005-03-01 03:41:05jhoblitt Exp $5 # $Id: 03_gene_example.t,v 1.2 2005-03-09 23:42:03 jhoblitt Exp $ 6 6 7 7 use strict; … … 9 9 10 10 use lib qw( ./lib ); 11 12 #$::RD_TRACE = 1; 11 13 12 14 use Test::More tests => 1;
Note:
See TracChangeset
for help on using the changeset viewer.
