Changeset 485

Show
Ignore:
Timestamp:
10/12/07 02:43:53 (3 years ago)
Author:
athomas
Message:

cly: Fix Boolean unit test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cly/trunk/cly/builder.py

    r484 r485  
    880880    >>> parser.parse('true').vars['foo'] 
    881881    True 
    882     >>> parser.parse('no').remaining 
     882    >>> parser.parse('no').vars['foo'] 
    883883    False 
    884884    """