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 d6e03800fa Include tests for bracketed links too. il y a 10 ans
..
tokenizer Include tests for bracketed links too. 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 Fix behavior with quoted attrs and spaces before the =. il y a 10 ans
test_builder.py TestBuilder.test_external_link() 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 Template.has_param() -> Template.has() il y a 10 ans
test_external_link.py TestExternalLink; some fixes in ExternalLink. 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 Doc updates, and allow passing a starting context to tokenize(). il y a 10 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 Add test cases for Tag's new has/get/add/remove methods. il y a 10 ans
test_template.py Template.has_param() -> Template.has() il y a 10 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 Set right context for ExternalLink.url; Wikicode.filter_external_links() il y a 10 ans
test_wikilink.py Condense usage of wrap([Text("foo")]) to just wraptext("foo"). il y a 11 ans