New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escape brackets in the resource name so they don't get removed during… #11927
Conversation
|
|
|
For maintainers only:
|
add syntax to escape placeholders
|
It looks like this Pull Request doesn't include enough test cases (based on Code Coverage analysis of the PR diff). A PR need to be covered by tests if you add a new feature (we want to make sure that your feature is working) or if you fix a bug (we want to make sure that we don't run into a regression in future). @jasonwilliams Please check if this is appliable to your PR and if you can add more test cases. Read the test readme for details how to write test cases. |
|
@sokra do I need to do anything about that message? |
|
Thanks |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

… template
This is my attempt to fix #11456
This escapes the
[and]characters, then converts them back at the end of the templating.Unittest added
The text was updated successfully, but these errors were encountered: