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. |
||
---|---|---|
.. | ||
article_id_parser_spec.cr | ||
embedded_converter_spec.cr | ||
gist_scanner_spec.cr | ||
gist_store_spec.cr | ||
markup_converter_spec.cr | ||
page_converter_spec.cr | ||
paragraph_converter_spec.cr | ||
rate_limited_gist_store_spec.cr |