Skip to content

Commit e2fab3b

Browse files
committed
chore: add test
1 parent d85438c commit e2fab3b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

test/fixtures/content/icons-ignored.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ ben Sie :1: ein, ge
3434

3535
YYYY-MM-DDTHH:mm:ss.sssZ
3636

37+
2024-05-02T06:20:10.123Z
38+
3739
1:test: should be ignored
3840

3941
test:2: should also be ignored

test/fixtures/content/icons.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ <h1 id="icons">Icons</h1>
1919
<p>number check<span class="icon icon-eleven-11"></span></p>
2020
<p>number check<span class="icon icon-twelve-v1"></span></p>
2121
<p>icon named<span class="icon icon-icon"></span></p>
22+
<p>for :foo:2 press the <span class="icon icon-button"></span> please.</p>
2223
</div>
2324
</main>

test/fixtures/content/icons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ number check :eleven-11:
3535
number check :twelve-v1:
3636

3737
icon named :icon:
38+
39+
for :icon:2 press the :button: please.

0 commit comments

Comments
 (0)