From 6e097d84332c7dc7e38dd61cc59931e7385f8b34 Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Thu, 6 Feb 2025 16:06:41 -0800 Subject: [PATCH] some small testvar updates. --- Operand.cpp | 1 + tests/testvar.jet | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Operand.cpp b/Operand.cpp index 6cad9fb..d2bd0b5 100644 --- a/Operand.cpp +++ b/Operand.cpp @@ -87,6 +87,7 @@ namespace jet { throw coreutils::Exception("Expecting ) at end of TRIM expression."); } else if(in.ifNextIgnoreCase("TOUPPER")) { + } else if(in.ifNextIgnoreCase("TOLOWER")) { } else if(in.ifNextIgnoreCase("REVERSE")) { diff --git a/tests/testvar.jet b/tests/testvar.jet index ba457b0..89c02b4 100755 --- a/tests/testvar.jet +++ b/tests/testvar.jet @@ -19,4 +19,6 @@ $[var$[i$[letterx]]$[i$[letterx]]] $[ix] $[ix] + +$[test64;tobase64]