このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
mwparserfromhell
ミラー元
https://github.com/earwig/mwparserfromhell
ウォッチ
1
スター
1
フォーク
0
コード
リリース
24
アクティビティ
ソースを参照
A couple very minor nitpicks.
tags/v0.3
Ben Kurtovic
11年前
親
fdb2762393
コミット
bdfd0632b3
2個のファイルの変更
、
2行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
mwparserfromhell/nodes/tag.py
+1
-0
mwparserfromhell/parser/tokenizer.py
+ 1
- 1
mwparserfromhell/nodes/tag.py
ファイルの表示
@@ -22,7 +22,7 @@
from __future__ import unicode_literals
from . import Node
, Text
from . import Node
from .extras import Attribute
from ..compat import str
from ..definitions import is_visible
+ 1
- 0
mwparserfromhell/parser/tokenizer.py
ファイルの表示
@@ -35,6 +35,7 @@ class BadRoute(Exception):
"""Raised internally when the current tokenization route is invalid."""
def __init__(self, context=0):
super(BadRoute, self).__init__()
self.context = context
書き込み
プレビュー
読み込み中…
キャンセル
保存