diff options
Diffstat (limited to 'test/baseline/feat-check.test')
-rw-r--r-- | test/baseline/feat-check.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/baseline/feat-check.test b/test/baseline/feat-check.test index 18c7ccdf..a5f0c8ad 100644 --- a/test/baseline/feat-check.test +++ b/test/baseline/feat-check.test @@ -1,5 +1,3 @@ -bal -<<< = /Checking/ check account =~ /Foo/ @@ -8,11 +6,13 @@ bal Assets:Checking check account("Assets:Checking").all(account =~ /Expense/) ->>> + +test bal $-100 Assets:Checking $100 Expenses:Food -------------------- 0 ->>>2 +__ERROR__ Warning: Transaction check failed: (account =~ /Foo/) Warning: Check failed: account("Assets:Checking").all(account =~ /Expense/) +end test |