# custom.txt - demonstration test script.
# ==========
# This script runs the actions defined in Custom.callAdaptor()
# and exercises the various support methods in RunTest and Custom
#                                      
boolean      true           # 'true' expected
boolean      false          # 'false' expected
char         a              # 'a' expected - defaultToSpace 
char         ""             # ' ' expected - defaultToSpace
char                        # ' ' expected - defaultToSpace
double       3.1415926      # 3.1415926 expected
hex          testhex s      # 'testhex<0A>s' expected
int          42             # 42 expected
string       "a dog slept"  # 'a dog slept' expected
wait         5              # should see a 5 sec pause, "Wait complete", 
#                             and then "Waited 5 seconds"
junkbond                    # Error 'Unknown action' expected
#
# 1 error expected
#

