Hans-Peter Nilsson wrote:
Date: Wed, 14 Aug 2024 20:58:04 -0500
From: Jacob Bachmeyer <jcb62...@gmail.com>
Reply-To: jcb62...@gmail.com
[...]
If this is correct, I will fix it in Git master. (The fix is trivial:
change the "I" to "[Ii]" to accept both forms.)
Yes, thanks; just don't forget to escape the []. :)
Of course; I followed the escaping elsewhere in those patterns. (I
probably should change them to {} strings at some point, since no
variables are interpolated.)
Done and pushed to Savannah as commit
ed301dbd6a3d769670503ccfda1ea31b58d02547. Please confirm that this
solves the problem.
(Also note that you can now run DejaGnu from a Git checkout, simply use
the "runtest" in the Git working directory. Any problems with this are
bugs and will be fixed.)
-- Jacob