# file : tests/test/script/runner/while.testscript # license : MIT; see accompanying LICENSE file .include ../common.testscript : basics : $c <>EOO while ($v != "aa") echo "$v" >| v = "$(v)a" end EOI a EOO