minor test updates.;
;
This commit is contained in:
parent
af7080e011
commit
e86633f506
@ -1,10 +1,29 @@
|
||||
*** CGI 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 ***
|
||||
end=[10]
|
||||
ix=[10]
|
||||
iz=[#[iz]]
|
||||
name=[ix]
|
||||
scope=[local]
|
||||
start=[1]
|
||||
step=[1]
|
||||
cgi=[true]
|
||||
filterblanklines=[true]
|
||||
localvar=[This is a container set with 'localname']
|
||||
name1=[localname]
|
||||
testinclude=[xThis is a container set with 'localname'x]
|
||||
trimlines=[true]
|
||||
|
@ -55,13 +55,13 @@
|
||||
</if>
|
||||
</if>
|
||||
<for name="ix" start="1" end="5" step="1" scope="local">
|
||||
-->$[ix]<--
|
||||
-->#[ix]<--
|
||||
</for>
|
||||
<call status="rc" pgm="/usr/bin/ls" arg1="-al" name="ls" />
|
||||
[rc]
|
||||
<call error="rc" pgm="/usr/bin/ls" arg1="-al" name="ls" />
|
||||
$[rc]
|
||||
$[ls]
|
||||
<read file="../compile" name="file" />
|
||||
$[filex]
|
||||
$[file]
|
||||
<whiledir path="." filename="file" fullpath="fullpath" filenamenoextension="noext" sort="true">
|
||||
$[file] $[fullpath] $[noext]
|
||||
</whiledir>
|
||||
|
Loading…
x
Reference in New Issue
Block a user