aboutsummaryrefslogtreecommitdiff
path: root/bin/date/date.c
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-08-08 18:21:03 +0000
committerKyle Evans <kevans@FreeBSD.org>2025-08-08 18:27:26 +0000
commitd0ff5773cefaf3fa41b1be3e44ca35bd9d5f68ee (patch)
tree021b2381c0b550b319bceecafb17f0a1e0ef7e2e /bin/date/date.c
parent619feb9dd00e93894ddc74c3380c882a88570e4a (diff)
libregex: fix our mapping for \wHEADmain
A small oversight in our implementation of \w is that it's actually not strictly [[:alnum:]]. According to the GNU documentation, it's actually [[:alnum:]] + underscore. The fix is rather trivial: just add it to our set explicitly, and amend our test set to be sure that _ is actually included. PR: 287396
Diffstat (limited to 'bin/date/date.c')
0 files changed, 0 insertions, 0 deletions