superstruct
superstruct copied to clipboard
Fix 1190 pattern not return consistent output
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.