#!/bin/bash # $HeadURL$ $LastChangedRevision$ PROGNAME=${0##*/} SANDPIT=$(pwd) . $(ade-config ade_share_prefix)/include/adetestsupport.sh # ade_error() should handle strings with double quotes, odd spacing, and even z-encoded tokens. adeshf 'ade_error "$ERRSTACK_REF" ADESHF_ERR_MISC "he\"llo"; return $ADE_FAIL' || true adeshf 'ade_error "$ERRSTACK_REF" ADESHF_ERR_MISC "here is a big gap"; return $ADE_FAIL' || true adeshf 'ade_error "$ERRSTACK_REF" ADESHF_ERR_MISC "Zlbracket"; return $ADE_FAIL' || true echo "end of tests"