summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-12 20:37:32 +0000
committerPaul Buetow <paul@buetow.org>2021-12-12 20:37:32 +0000
commita040084be859997b63cc5f8b627ae52ed52a9e24 (patch)
treefb2b6c175e5a772b5501e7618ec75eee46636c0f /internal
parentc1e52e7a7fd925ae8450708c4337d6808e014ba4 (diff)
add set condition integraion test
Diffstat (limited to 'internal')
-rw-r--r--internal/mapr/setcondition.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/mapr/setcondition.go b/internal/mapr/setcondition.go
index 68bb28b..9dcd690 100644
--- a/internal/mapr/setcondition.go
+++ b/internal/mapr/setcondition.go
@@ -28,7 +28,6 @@ func (sc *setCondition) String() string {
sc.lString, sc.rString, sc.rType.String(), sc.functionStack)
}
-// TODO: Add integration tests for the set conditions.
func makeSetConditions(tokens []token) (set []setCondition, err error) {
parse := func(tokens []token) (setCondition, []token, error) {