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