summaryrefslogtreecommitdiff
path: root/test/regress/2058_2.test
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2022-01-27 21:28:52 -0800
committerGitHub <noreply@github.com>2022-01-27 21:28:52 -0800
commitbcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab (patch)
tree47a132b29a9ea3b362789c48d122ec5f68f2563b /test/regress/2058_2.test
parente001548e7f68f304dd6a98f0919fe15ee3e24496 (diff)
parent436895905d19f8ef0d3258cd515052a0e540b8b4 (diff)
downloadfork-ledger-bcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab.tar.gz
fork-ledger-bcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab.tar.bz2
fork-ledger-bcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab.zip
Merge branch 'master' into add-flake
Diffstat (limited to 'test/regress/2058_2.test')
-rw-r--r--test/regress/2058_2.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/2058_2.test b/test/regress/2058_2.test
new file mode 100644
index 00000000..3c6c2a7e
--- /dev/null
+++ b/test/regress/2058_2.test
@@ -0,0 +1,11 @@
+2021/1/2 Test
+ A $1.00
+ B
+
+test --limit 'date>=[2020/12/31' register A -> 1
+__ERROR__
+While parsing value expression:
+ (date>=[2020/12/31)&((account =~ /A/))
+
+Error: Missing ']'
+end test