superstruct icon indicating copy to clipboard operation
superstruct copied to clipboard

Fix 1190 pattern not return consistent output

Open brleinad opened this issue 5 months ago • 0 comments

See #1190 for more details

To fix it I just created a copy of the regex so every time it gets tested it will be a different instance so the test will pass.

I also added a simple test based on the example given in #1190. I wasn't sure where to put the test so please let me know if there's a better place for it.

brleinad avatar Aug 04 '25 22:08 brleinad