#
# colortailbug_conf_file.txt
#

#________________________________________
#
# Execute the script: colortailbug_RUN_ME
# to see the bug!
#
# $ ./colortailbug_RUN_ME
#________________________________________
#

# # This appears to work:
# COLOR red
# {
# ^(a.*)$
# }

# This does *NOT* work!
# (it generates "free(): invalid pointer 0x...!"
#  or "Segmentation fault" errors!)
COLOR red
{
^( *a.*)$
}

