Skip to content

Commit 715f821

Browse files
committed
add tests for monospace format
1 parent ee73b72 commit 715f821

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

src/test/suite/fixtures/expected/issues.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,17 @@ <h3>third header</h3>
211211
<p>
212212
<span style='color:rgb(222,150,212);'>rgb(222,150,212)</span>or
213213
<span style='color:#12FFFE;'>hex#12FFFE</span>
214+
</p>
215+
<p>
216+
<a href='https://github.com/denco/vscode-confluence-markup/issues/34'>#34</a>
217+
</p>
218+
<p>
219+
<code style='font-family: Menlo, Monaco, Consolas, monospace'>h244000c8</code>
220+
</p>
221+
<p>
222+
<code style='font-family: Menlo, Monaco, Consolas, monospace'>text</code>
223+
</p>
224+
<p>h244000c8</p>
225+
<p>
226+
<code style='font-family: Menlo, Monaco, Consolas, monospace'>monospace</code>
214227
</p>

src/test/suite/fixtures/testfiles/nix/issues.confluence

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,13 @@ yet _another_ line
100100
{color:cyan}cyan{color}
101101

102102
{color:rgb(222,150,212)}rgb(222,150,212){color} or {color:#12FFFE}hex#12FFFE{color}
103+
104+
[#34|https://github.com/denco/vscode-confluence-markup/issues/34]
105+
106+
{{h244000c8}}
107+
108+
{{text}}
109+
110+
h244000c8
111+
112+
{{monospace}}

src/test/suite/fixtures/testfiles/win/issues.confluence

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,13 @@ yet _another_ line
100100
{color:cyan}cyan{color}
101101

102102
{color:rgb(222,150,212)}rgb(222,150,212){color} or {color:#12FFFE}hex#12FFFE{color}
103+
104+
[#34|https://github.com/denco/vscode-confluence-markup/issues/34]
105+
106+
{{h244000c8}}
107+
108+
{{text}}
109+
110+
h244000c8
111+
112+
{{monospace}}

0 commit comments

Comments
 (0)