A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Ben Kurtovic 02e52185f4 Wikicode's filter() methods now passed recursive=True instead of False. il y a 10 ans
..
tokenizer Finish test coverage for tags. il y a 10 ans
MWPFHTestCase.tmlanguage Adding a syntax highlighter for the test-case format. il y a 11 ans
__init__.py Support changing a template's name, plus a couple of typos and docs. il y a 11 ans
_test_tokenizer.py Fix newline behavior when loading test files on Windows. il y a 11 ans
_test_tree_equality.py Tag.showtag -> Tag.wiki_markup il y a 10 ans
compat.py Moving compat stuff exclusively for unit tests to its own file. il y a 11 ans
test_argument.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). il y a 11 ans
test_attribute.py Finish test_tag il y a 10 ans
test_builder.py Add builder and tokenizer tests for wiki-markup tags. il y a 10 ans
test_comment.py Add tests for __iternodes__(); add a getnodes() function. il y a 11 ans
test_ctokenizer.py Can specify specific tokenizer tests via the command line; add files il y a 11 ans
test_docs.py Wikicode's filter() methods now passed recursive=True instead of False. il y a 10 ans
test_heading.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). il y a 11 ans
test_html_entity.py Add tests for __iternodes__(); add a getnodes() function. il y a 11 ans
test_parameter.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). il y a 11 ans
test_parser.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). il y a 11 ans
test_pytokenizer.py Can specify specific tokenizer tests via the command line; add files il y a 11 ans
test_smart_list.py Moving compat stuff exclusively for unit tests to its own file. il y a 11 ans
test_string_mixin.py Fix StringMixIn.maketrans() on Py3k. il y a 11 ans
test_tag.py Merge branch 'feature/wikimarkup_tags' into develop (closes #9) il y a 10 ans
test_template.py Add tests for __iternodes__(); add a getnodes() function. il y a 11 ans
test_text.py Add tests for __iternodes__(); add a getnodes() function. il y a 11 ans
test_tokens.py Tag.showtag -> Tag.wiki_markup il y a 10 ans
test_utils.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). il y a 11 ans
test_wikicode.py Wikicode's filter() methods now passed recursive=True instead of False. il y a 10 ans
test_wikilink.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). il y a 11 ans