IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 4:27:32 PM (19 years ago)
Author:
jhoblitt
Message:

fix 'string' parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Metadata-Config/config_grammar.txt

    r10190 r14032  
    11# Copyright (c) 2005  Joshua Hoblitt
    22#
    3 # $Id: config_grammar.txt,v 1.12 2006-11-25 02:29:05 jhoblitt Exp $
     3# $Id: config_grammar.txt,v 1.13 2007-07-06 02:27:32 jhoblitt Exp $
    44
    55{
     
    302302
    303303string:
    304     /(?:\S[^#\n]*)?[^#\n ]/
     304    /[^#\n\s]+[^#\n]*/
    305305        # trim tailing the trailing white that's left when the string is
    306306        # followed by a comment (#)
Note: See TracChangeset for help on using the changeset viewer.