• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A Markdown shard for the Crystal programming language


コミットメタ情報

リビジョン6ac4176f0cc8fd60f9bc002e4904f653ad8da2b2 (tree)
日時2023-12-07 13:48:42
作者supercell <stigma@disr...>
コミッターsupercell

ログメッセージ

Add spec for AutolinkExtension unmatched par.

See: https://codeberg.org/supercell/luce/issues/3

変更サマリ

差分

--- a/spec/luce_spec.cr
+++ b/spec/luce_spec.cr
@@ -108,6 +108,10 @@ test_file "extensions/inline_html.unit",
108108 test_file "extensions/strikethrough.unit",
109109 inline_syntaxes: [Luce::StrikethroughSyntax.new]
110110
111+# Luce custom
112+test_file "luce/autolink_extension.unit",
113+ inline_syntaxes: [Luce::AutolinkExtensionSyntax.new]
114+
111115 test_directory "common_mark"
112116 test_directory "gfm"
113117