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.
@@ -0,0 +1,7 @@ | ||
1 | +>>> AutolinkExtensionSyntax unmatched par. | |
2 | +1. Fork it (https://github.com/sol-vin/raylib-cr) | |
3 | + | |
4 | +<<< | |
5 | +<ol> | |
6 | +<li>Fork it (<a href="https://github.com/sol-vin/raylib-cr">https://github.com/sol-vin/raylib-cr</a>)</li> | |
7 | +</ol> |
@@ -108,6 +108,10 @@ test_file "extensions/inline_html.unit", | ||
108 | 108 | test_file "extensions/strikethrough.unit", |
109 | 109 | inline_syntaxes: [Luce::StrikethroughSyntax.new] |
110 | 110 | |
111 | +# Luce custom | |
112 | +test_file "luce/autolink_extension.unit", | |
113 | + inline_syntaxes: [Luce::AutolinkExtensionSyntax.new] | |
114 | + | |
111 | 115 | test_directory "common_mark" |
112 | 116 | test_directory "gfm" |
113 | 117 |