summaryrefslogtreecommitdiff
path: root/test/baseline/cmd-select.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/baseline/cmd-select.test')
-rw-r--r--test/baseline/cmd-select.test32
1 files changed, 16 insertions, 16 deletions
diff --git a/test/baseline/cmd-select.test b/test/baseline/cmd-select.test
index c8ce7008..67ce70f2 100644
--- a/test/baseline/cmd-select.test
+++ b/test/baseline/cmd-select.test
@@ -16,32 +16,32 @@
F
test select "date, account, amount" from posts
-12-Feb-28 E  20.00 EUR
-12-Feb-28 F  -20.00 EUR
-12-Feb-29 Test  10.01 EUR
-12-Feb-29 F  -10.01 EUR
-12-Mar-24 C  30.00 EUR
-12-Mar-24 D  -30.00 EUR
-12-Mar-25 E  40.00 GBP
-12-Mar-25 F  -40.00 GBP
+12-Feb-28 E 20.00 EUR
+12-Feb-28 F -20.00 EUR
+12-Feb-29 Test 10.01 EUR
+12-Feb-29 F -10.01 EUR
+12-Mar-24 C 30.00 EUR
+12-Mar-24 D -30.00 EUR
+12-Mar-25 E 40.00 GBP
+12-Mar-25 F -40.00 GBP
end test
test select "date, account, amount from posts where account =~ /^e/"
-12-Feb-28 E  20.00 EUR
-12-Mar-25 E  40.00 GBP
+12-Feb-28 E 20.00 EUR
+12-Mar-25 E 40.00 GBP
end test
test select "date, account, amount from posts where account =~ /e/"
-12-Feb-28 E  20.00 EUR
-12-Feb-29 Test  10.01 EUR
-12-Mar-25 E  40.00 GBP
+12-Feb-28 E 20.00 EUR
+12-Feb-29 Test 10.01 EUR
+12-Mar-25 E 40.00 GBP
end test
; leave out "from posts" since it is the default
test select "date, account, amount where account =~ /e/"
-12-Feb-28 E  20.00 EUR
-12-Feb-29 Test  10.01 EUR
-12-Mar-25 E  40.00 GBP
+12-Feb-28 E 20.00 EUR
+12-Feb-29 Test 10.01 EUR
+12-Mar-25 E 40.00 GBP
end test
test select "date, payee, amount from posts where account =~ /e/ and commodity =~ /GBP/"