Sha256: 8b97f2d53d5bebf2843aa1762edf83520464fe098c4693d90307cf5ef4fe53fe

Contents?: true

Size: 657 Bytes

Versions: 26

Compression:

Stored size: 657 Bytes

Contents

set var "in main!"
set other "this shouldn't change"
echo "So far var         is ${var}"
echo "... and __FILE__   is ${__FILE__}"
echo "... and other      is ${other}"
echo "... and child_only is ${child_only}"
echo "About to load child.bxt..."
load load/child.bxt "var=overriden"
echo "Back in main var   is ${var}"
echo "... and __FILE__   is ${__FILE__}"
echo "... and other      is ${other}"
echo "... and child_only is ${child_only}"
assertv "load.bxt$" "${__FILE__}"
assertv "^this shouldn't change$" "${other}"
assertv "^in main!$" "${var}"
assertv "^\$\{child_only\}$" "${child_only}"
assertv "^child$" "${retval}"

tryload "this_one_is_invalid.bin"

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
bauxite-0.6.18 test/load.bxt
bauxite-0.6.17 test/load.bxt
bauxite-0.6.16 test/load.bxt
bauxite-0.6.15 test/load.bxt
bauxite-0.6.14 test/load.bxt
bauxite-0.6.13 test/load.bxt
bauxite-0.6.12 test/load.bxt
bauxite-0.6.11 test/load.bxt
bauxite-0.6.10 test/load.bxt
bauxite-0.6.9 test/load.bxt
bauxite-0.6.8 test/load.bxt
bauxite-0.6.7 test/load.bxt
bauxite-0.6.6 test/load.bxt
bauxite-0.6.5 test/load.bxt
bauxite-0.6.4 test/load.bxt
bauxite-0.6.3 test/load.bxt
bauxite-0.6.2 test/load.bxt
bauxite-0.6.1 test/load.bxt
bauxite-0.6.0 test/load.bxt
bauxite-0.5.0 test/load.bxt