Merge commit 'ab0ba51'

このコミットが含まれているのは:
n9k 2022-07-20 07:36:18 +00:00
コミット 2a814c9816
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -34,6 +34,7 @@ def get_approx_linespan(text):
def schema_to_emotes(schema): def schema_to_emotes(schema):
emotes = [] emotes = []
for name, coords in schema.items(): for name, coords in schema.items():
assert emote['name'], 'emote names cannot be empty'
assert not re.search(r'\s', name), \ assert not re.search(r'\s', name), \
'whitespace is not allowed in emote names' 'whitespace is not allowed in emote names'
name_markup = escape(name) name_markup = escape(name)