#! /usr/bin/crm window output /\nStart of insert processor testing \n/ output / start here .../ insert [:*:_env_PWD:/inserttest_b.crm] output / and the last bit of normal text \n/ output /now we test nonexistent file overrides \n/ output /this should not cause a FATAL ERROR, because we trap it.\n/ { { insert there_is_no_such_file_as_this.txt } output /You should never see this text/ # trap (:my_fault:) /.*/ { output /We caught the nonexistent file fault here. Message was:\n <>\n:*:my_fault:\n <> \nvia the TRAP\n/ } } output /End of insert testing. \n\n/