Show
Ignore:
Timestamp:
02/22/07 09:47:16 (21 months ago)
Author:
audreyt
Message:

* Support for the full test of file test operators: oRWXOlpSbctugkTB

(the rest were already supported.) For example:

"README" :T # True

Thanks to jisom++ for prompting it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/Match.hs

    r15297 r15324  
    141141        "f" -> FileTest.isFile 
    142142        "d" -> FileTest.isDirectory 
     143        [op] | op `elem` "oRWXOlpSbctugkTB" -> FileTest.fileTestViaPerl5 testOp 
    143144        _   -> const $ die "Unknown file test operator" testOp 
    144145    if isTrue