-
Notifications
You must be signed in to change notification settings - Fork 75
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
Text is not parsed as expected #88
Comments
This should work
But it's raising an error with py 2.7
|
@lmorillas It's raising an error because you aren't using the latest version of the code. @IRDB Unfortunately, this issue is another side-effect of #40 and #42. The presence of |
Shouldn't parsing the following code generate some tags and templates?
Specifically I was expecting
['{{pp-template|small=yes}}']
fromp.filter_templates()
.(I'm using Python 3.4.2 on win32)
The text was updated successfully, but these errors were encountered: