fb51270f87
Since the article ID regular expression wasn't anchored to the end of the URL, it would grab characters after a / or - that were hex characters. For example /@user/bacon-123abc would just grab `bac`. Not great. This anchors the ID at the end of the string so that it will be more likely to catch IDs. |
||
---|---|---|
.. | ||
classes | ||
components | ||
flows | ||
models | ||
setup | ||
support | ||
spec_helper.cr |