Mercurial > hg
comparison tests/test-walk @ 4309:d4f0405fadac
Merge last few matcher/locate fixes.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Wed, 04 Apr 2007 04:22:08 -0300 |
parents | 0d51eb296fb9 702f48570eb3 |
children | 48d01b1e315f b41f0d6a74fc |
comparison
equal
deleted
inserted
replaced
4302:d69bdc1091b8 | 4309: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 |