minor test updates.;

;
This commit is contained in:
brad Arant 2024-12-21 21:16:57 -08:00
parent af7080e011
commit e86633f506
2 changed files with 30 additions and 11 deletions

View File

@ -1,10 +1,29 @@
*** CGI VARIABLES *** *** CGI VARIABLES ***
*** GLOBAL VARIABLES *** *** GLOBAL VARIABLES ***
=[xxx]
addition=[8]
complete=[ABCD;tohex]
division=[1.666666666667]
divisor=[8]
error=[64]
include=[yes]
ix=[1]
lefty=[]
modified1=[ABCD]
multiplication=[15]
nested=[64]
newname=[another container value]
noeval=[this is the value store in #[name1].]
numbers=[0123456789]
subtraction=[2]
theexpr=[bcd]
thename=[this is the value store in localname.]
tohex=[tohex]
varname1=[vardata]
*** LOCAL VARIABLES *** *** LOCAL VARIABLES ***
end=[10] cgi=[true]
ix=[10] filterblanklines=[true]
iz=[#[iz]] localvar=[This is a container set with 'localname']
name=[ix] name1=[localname]
scope=[local] testinclude=[xThis is a container set with 'localname'x]
start=[1] trimlines=[true]
step=[1]

View File

@ -55,13 +55,13 @@
</if> </if>
</if> </if>
<for name="ix" start="1" end="5" step="1" scope="local"> <for name="ix" start="1" end="5" step="1" scope="local">
-->$[ix]<-- -->#[ix]<--
</for> </for>
<call status="rc" pgm="/usr/bin/ls" arg1="-al" name="ls" /> <call error="rc" pgm="/usr/bin/ls" arg1="-al" name="ls" />
[rc] $[rc]
$[ls] $[ls]
<read file="../compile" name="file" /> <read file="../compile" name="file" />
$[filex] $[file]
<whiledir path="." filename="file" fullpath="fullpath" filenamenoextension="noext" sort="true"> <whiledir path="." filename="file" fullpath="fullpath" filenamenoextension="noext" sort="true">
$[file] $[fullpath] $[noext] $[file] $[fullpath] $[noext]
</whiledir> </whiledir>