=== modified file 'query.test' --- query.test 2015-09-15 15:53:38 +0000 +++ query.test 2015-09-09 16:23:54 +0000 @@ -463,29 +463,3 @@ } >>>2 >>>= 0 - -./querytest tests/query20 -<<< -# start @awk /home/ccx/.local/bzr/aat/data.awk {{{ -#!/bin/awk -f -BEGIN { -} -# }}} end @awk /home/ccx/.local/bzr/aat/data.awk -# START: bar/inherit/example/data.aat -END{ -printf "%s", "hostname=" () "\n" -} -# END: bar/inherit/example/data.aat ->>> -# start @awk /home/ccx/.local/bzr/aat/data.awk {{{ -#!/bin/awk -f -BEGIN { -} -# }}} end @awk /home/ccx/.local/bzr/aat/data.awk -# START: bar/inherit/example/data.aat -END{ -printf "%s", "hostname=" ((find("hostname")?found:"localhost")) "\n" -} -# END: bar/inherit/example/data.aat ->>>2 ->>>= 0