From d824a982e7fedeffc72e1878bd9cf60030e2fd3b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 9 Mar 2010 03:17:15 +0000 Subject: [PATCH] test filter patterns with spaces --- tests/filter-patterns.test | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/filter-patterns.test diff --git a/tests/filter-patterns.test b/tests/filter-patterns.test new file mode 100644 index 000000000..8071af826 --- /dev/null +++ b/tests/filter-patterns.test @@ -0,0 +1,22 @@ +# 1. account pattern with space +-f- register 'a a' +<<< +2010/3/1 x + a a 1 + b +>>> +2010/03/01 x a a 1 1 +# +# 2. description pattern with space +-f- register desc:'x x' +<<< +2010/3/1 x + a 1 + b + +2010/3/2 x x + a 1 + b +>>> +2010/03/02 x x a 1 1 + b -1 0