Skip to content

Commit 5085f2f

Browse files
committed
adjust tests
1 parent 4cb0a54 commit 5085f2f

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

src/test/resources/fixtures/issues.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,14 @@ <h3>third header</h3>
147147
<a href='https://github.com/denco/vscode-confluence-markup/issues/8'>#8</a>:</p>
148148
<p>Dublicate of
149149
<a href='https://github.com/denco/vscode-confluence-markup/issues/5'>#5</a>
150+
</p>
151+
<p>
152+
<a href='https://github.com/denco/vscode-confluence-markup/issues/17'>#17</a>: Two or more monospace-formatted words</p>
153+
<p>This is a
154+
<code style='font-family: Menlo, Monaco, Consolas, monospace'>test</code>of how things work with
155+
<code style='font-family: Menlo, Monaco, Consolas, monospace'>confluence</code>markup.</p>
156+
<p>
157+
<a href='https://github.com/denco/vscode-confluence-markup/issues/18'>#18</a>: Italic text with dot in the end</p>
158+
<p>
159+
<i>Blah blah blah.</i>
150160
</p>

src/test/testfiles/nix/issues.confluence

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ h3. third header
5151

5252
[#8|https://github.com/denco/vscode-confluence-markup/issues/8]:
5353
Dublicate of [#5|https://github.com/denco/vscode-confluence-markup/issues/5]
54+
55+
[#17|https://github.com/denco/vscode-confluence-markup/issues/17]: Two or more monospace-formatted words
56+
57+
This is a {{test}} of how things work with {{confluence}} markup.
58+
59+
[#18|https://github.com/denco/vscode-confluence-markup/issues/18]: Italic text with dot in the end
60+
61+
_Blah blah blah._

src/test/testfiles/win/issues.confluence

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ h3. third header
5151

5252
[#8|https://github.com/denco/vscode-confluence-markup/issues/8]:
5353
Dublicate of [#5|https://github.com/denco/vscode-confluence-markup/issues/5]
54+
55+
[#17|https://github.com/denco/vscode-confluence-markup/issues/17]: Two or more monospace-formatted words
56+
57+
This is a {{test}} of how things work with {{confluence}} markup.
58+
59+
[#18|https://github.com/denco/vscode-confluence-markup/issues/18]: Italic text with dot in the end
60+
61+
_Blah blah blah._

0 commit comments

Comments
 (0)