some small testvar updates.
This commit is contained in:
parent
10db0e9c70
commit
6e097d8433
@ -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")) {
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user