]> git.draconx.ca Git - cdecl99.git/commit
Avoid POSIX character classes in the test suite.
authorNick Bowler <nbowler@draconx.ca>
Tue, 24 Jan 2023 07:37:00 +0000 (02:37 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 25 Jan 2023 04:29:10 +0000 (23:29 -0500)
commitf0c1e306132c731c95969b6ef653101702d0678f
treefb74a9dfa81154e6e86475007603a77c0e03a1f7
parent881854b714cb3987911800c88345ea61db40fb03
Avoid POSIX character classes in the test suite.

Instead of [[:alnum:]] and friends, expand to an explicit list of
characters, which is a bit more portable usage (and also avoids
unneeded locale dependency).  We can use macros to make this
just as convenient to write.
tests/stress.at
testsuite.at