-
Notifications
You must be signed in to change notification settings - Fork 78
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
Wikicode.matches() doesn't handle lower-case page title #302
Comments
mwparserfromhell does not parse the link title. Note that your test actually depends on the wiki configuration (e.g. the namespace prefixes might be different and first-letter case-insensitiveness might be turned off). You can use my helper class from wiki-scripts. |
Ah, I see now. This is described under Limitations:
|
This is related to #223 |
mwparserfromhell==0.6.4
Python 3.9.13
MacOS Monterey
test_mainspace_match() passes, but test_talk_match() fails. They should both pass.
Test results:
The text was updated successfully, but these errors were encountered: