aboutsummaryrefslogtreecommitdiff
path: root/lib/dejagnu.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-15 11:05:41 +1100
committerBen Elliston <bje@gnu.org>2016-02-15 11:05:41 +1100
commite3d0bafb18ebf56cad1822dafc4332643903b084 (patch)
tree140e56ae9fbd4f1a504f4855aec5c227d4adc50f /lib/dejagnu.exp
parentd14f11ef6e925c15d5f8e0935965ab05049afe1e (diff)
downloaddejagnu-e3d0bafb18ebf56cad1822dafc4332643903b084.zip
dejagnu-e3d0bafb18ebf56cad1822dafc4332643903b084.tar.gz
dejagnu-e3d0bafb18ebf56cad1822dafc4332643903b084.tar.bz2
Reported by David Malcolm.
* lib/dejagnu.exp (text): Allow angle brackets in test messages.
Diffstat (limited to 'lib/dejagnu.exp')
-rw-r--r--lib/dejagnu.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp
index b2ffe40..89016b4 100644
--- a/lib/dejagnu.exp
+++ b/lib/dejagnu.exp
@@ -20,7 +20,7 @@
# This file was written by Rob Savoye <rob@welcomehome.org>.
# A hairy pattern to recognize text.
-set text "\[- A-Za-z0-9\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*]"
+set text "\[- A-Za-z0-9\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*<>]"
set SIZE size
if { [which $SIZE] == 0 } {