IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3394


Ignore:
Timestamp:
Mar 9, 2005, 1:42:03 PM (21 years ago)
Author:
jhoblitt
Message:

additional examples

Location:
trunk/PS-IPP-Metadata-Config/t
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Metadata-Config/t/02_sdrs_example.t

    r3343 r3394  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: 02_sdrs_example.t,v 1.1.1.1 2005-03-01 03:40:20 jhoblitt Exp $
     5# $Id: 02_sdrs_example.t,v 1.2 2005-03-09 23:42:03 jhoblitt Exp $
    66
    77use strict;
     
    99
    1010use lib qw( ./lib );
     11
     12#$::RD_TRACE = 1;
    1113
    1214use Test::More tests => 1;
     
    2426Float    F32 0.98765#This is a comment too
    2527String  STR This is the string that forms the value #comment
    26                                                                                                                                          
     28
    2729 # This is a comment line and is to be ignored
    2830boolean     BOOL    T # The value of `boolean' is `true'
    29                                                                                                                                           
     31 
    3032@primes U8  2,3 5 7,11,13 17 #   These are prime numbers
    31                                                                                                                                          
     33
    3234comment * The rest of this line is ignored, but `comment' is set to be non-unique
    3335comment STR This
  • trunk/PS-IPP-Metadata-Config/t/03_gene_example.t

    r3343 r3394  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: 03_gene_example.t,v 1.1.1.1 2005-03-01 03:41:05 jhoblitt Exp $
     5# $Id: 03_gene_example.t,v 1.2 2005-03-09 23:42:03 jhoblitt Exp $
    66
    77use strict;
     
    99
    1010use lib qw( ./lib );
     11
     12#$::RD_TRACE = 1;
    1113
    1214use Test::More tests => 1;
Note: See TracChangeset for help on using the changeset viewer.