A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Kurtovic be5d2cbb07 Support HTML entities inside parser-blacklisted tags (closes #36) 10 years ago
..
tokenizer Support HTML entities inside parser-blacklisted tags (closes #36) 10 years ago
MWPFHTestCase.tmlanguage Adding a syntax highlighter for the test-case format. 11 years ago
__init__.py Support changing a template's name, plus a couple of typos and docs. 11 years ago
_test_tokenizer.py Fix newline behavior when loading test files on Windows. 11 years ago
_test_tree_equality.py Tag.showtag -> Tag.wiki_markup 10 years ago
compat.py Moving compat stuff exclusively for unit tests to its own file. 11 years ago
test_argument.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). 11 years ago
test_attribute.py Finish test_tag 10 years ago
test_builder.py Add builder and tokenizer tests for wiki-markup tags. 10 years ago
test_comment.py Add tests for __iternodes__(); add a getnodes() function. 11 years ago
test_ctokenizer.py Can specify specific tokenizer tests via the command line; add files 11 years ago
test_docs.py Add a matches() method to Wikicode. 10 years ago
test_heading.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). 11 years ago
test_html_entity.py Add tests for __iternodes__(); add a getnodes() function. 11 years ago
test_parameter.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). 11 years ago
test_parser.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). 11 years ago
test_pytokenizer.py Can specify specific tokenizer tests via the command line; add files 11 years ago
test_smart_list.py Moving compat stuff exclusively for unit tests to its own file. 11 years ago
test_string_mixin.py Fix StringMixIn.maketrans() on Py3k. 11 years ago
test_tag.py Merge branch 'feature/wikimarkup_tags' into develop (closes #9) 10 years ago
test_template.py Add tests for __iternodes__(); add a getnodes() function. 11 years ago
test_text.py Add tests for __iternodes__(); add a getnodes() function. 11 years ago
test_tokens.py Tag.showtag -> Tag.wiki_markup 10 years ago
test_utils.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). 11 years ago
test_wikicode.py Add a matches() method to Wikicode. 10 years ago
test_wikilink.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). 11 years ago