helpers: Allow hyphens in UnicodeSanitize
authorCameron Moore <moorereason@gmail.com>
Mon, 17 Jan 2022 22:33:47 +0000 (16:33 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 23 Feb 2022 20:21:46 +0000 (21:21 +0100)
commit6407b2cd016f23bc4a63748feebfc8ecaccecca7
treed3ee4c066c12c83ab2a26e035ec081be6bd0d633
parent6ff39fd908242e32942ddd7f239ffd06cc8e7dda
helpers: Allow hyphens in UnicodeSanitize

Improve handling of existing hyphens in input to UnicodeSanitize.
This commit accomplishes three things:

1. Explicitly allow hyphens
2. Avoid appending a hyphen if a preceeding hyphen is found
3. Avoid prepending a hyphen if a trailing hyphen is found

Fixes #7288
helpers/path.go
helpers/path_test.go