tests/test-walk
changeset 4306 d4f0405fadac
parent 4232 0d51eb296fb9
parent 4304 702f48570eb3
equal deleted inserted replaced
4302:d69bdc1091b8 4306:d4f0405fadac
    70 # Don't know how to test absolute paths without always getting a false
    70 # Don't know how to test absolute paths without always getting a false
    71 # error.
    71 # error.
    72 #debugwalk `pwd`/beans
    72 #debugwalk `pwd`/beans
    73 #debugwalk `pwd`/..
    73 #debugwalk `pwd`/..
    74 debugwalk glob:\*
    74 debugwalk glob:\*
       
    75 debugwalk 'glob:**e'
    75 debugwalk 're:.*[kb]$'
    76 debugwalk 're:.*[kb]$'
    76 debugwalk path:beans/black
    77 debugwalk path:beans/black
    77 debugwalk path:beans//black
    78 debugwalk path:beans//black
    78 debugwalk relglob:Procyonidae
    79 debugwalk relglob:Procyonidae
    79 debugwalk relglob:Procyonidae/ fennel
    80 debugwalk 'relglob:Procyonidae/**'
       
    81 debugwalk 'relglob:Procyonidae/**' fennel
    80 debugwalk beans 'glob:beans/*'
    82 debugwalk beans 'glob:beans/*'
    81 debugwalk 'glob:mamm**'
    83 debugwalk 'glob:mamm**'
    82 debugwalk 'glob:mamm**' fennel
    84 debugwalk 'glob:mamm**' fennel
    83 debugwalk 'glob:j*'
    85 debugwalk 'glob:j*'
    84 debugwalk NOEXIST
    86 debugwalk NOEXIST