branch | stable |
changeset 17368 | 01cc267fc105 |
parent 17367 | ce625185cfd9 |
child 17369 | b360011a132d |
--- a/tests/test-fileset.t Wed Aug 15 22:29:32 2012 +0200 +++ b/tests/test-fileset.t Wed Aug 15 19:25:45 2012 +0200 @@ -89,3 +89,11 @@ $ fileset 'binary()' bin + $ fileset 'grep("b{1}")' + b2 + c1 + b1 + $ fileset 'grep("missingparens(")' + hg: parse error: invalid match pattern: unbalanced parenthesis + [255] +