some small testvar updates.

This commit is contained in:
Brad Arant 2025-02-06 16:06:41 -08:00
parent 10db0e9c70
commit 6e097d8433
2 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,7 @@ namespace jet {
throw coreutils::Exception("Expecting ) at end of TRIM expression."); throw coreutils::Exception("Expecting ) at end of TRIM expression.");
} else if(in.ifNextIgnoreCase("TOUPPER")) { } else if(in.ifNextIgnoreCase("TOUPPER")) {
} else if(in.ifNextIgnoreCase("TOLOWER")) { } else if(in.ifNextIgnoreCase("TOLOWER")) {
} else if(in.ifNextIgnoreCase("REVERSE")) { } else if(in.ifNextIgnoreCase("REVERSE")) {

View File

@ -19,4 +19,6 @@ $[var$[i$[letterx]]$[i$[letterx]]]
$[ix] $[ix]
<set name="ix" expr="$[ix]+1" /> <set name="ix" expr="$[ix]+1" />
$[ix] $[ix]
<set name="test64" value="this is a test" />
$[test64;tobase64]
</jet> </jet>