Skip to content

Commit

Permalink
Fix some errors in expected output in cjkemphasis test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 18, 2024
1 parent 4104bc1 commit 1c4dea9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/cjkemphasis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
```````````````````````````````` example
これは**私のやりたかったこと。**だからするの。
.
<p>これは**私のやりたかったこと。**だからするの。</p>
<p>これは<strong>私のやりたかったこと。</strong>だからするの。</p>
````````````````````````````````


```````````````````````````````` example
**[製品ほげ](./product-foo)**と**[製品ふが](./product-bar)**をお試しください
.
<p>**<a href="./product-foo">製品ほげ</a><strong>と</strong><a href="./product-bar">製品ふが</a>**をお試しください</p>
<p><strong><a href="./product-foo">製品ほげ</a></strong>と<strong><a href="./product-bar">製品ふが</a></strong>をお試しください</p>
````````````````````````````````


Expand Down Expand Up @@ -53,7 +53,7 @@
```````````````````````````````` example
**末尾の`コード`**も注意。
.
<p><strong>末尾の<code>コード</code><strong>も注意。</p>
<p><strong>末尾の<code>コード</code></strong>も注意。</p>
````````````````````````````````


Expand Down Expand Up @@ -88,28 +88,28 @@
```````````````````````````````` example
太郎は​**「こんにちわ」**​といった
.
<p>太郎は​<strong>「こんにちわ」<strong>​といった</p>
<p>太郎は​<strong>「こんにちわ」</strong>​といった</p>
````````````````````````````````


```````````````````````````````` example
太郎は​ **「こんにちわ」**​ といった
.
<p>太郎は​ <strong>「こんにちわ」<strong>​ といった</p>
<p>太郎は​ <strong>「こんにちわ」</strong>​ といった</p>
````````````````````````````````


```````````````````````````````` example
太郎は**「こんにちわ」**といった
.
<p>太郎は<strong>「こんにちわ」<strong>といった</p>
<p>太郎は<strong>「こんにちわ」</strong>といった</p>
````````````````````````````````


```````````````````````````````` example
太郎は**"こんにちわ"**といった
.
<p>太郎は<strong>&quot;こんにちわ&quot;<strong>といった</p>
<p>太郎は<strong>&quot;こんにちわ&quot;</strong>といった</p>
````````````````````````````````


Expand Down Expand Up @@ -165,7 +165,7 @@
```````````````````````````````` example
**C#**や**F#**は**「.NET」**というプラットフォーム上で動作します。
.
<p>**C#<strong>や</strong>F#<strong>は</strong>「.NET」**というプラットフォーム上で動作します。</p>
<p><strong>C#</strong>や<strong>F#</strong>は<strong>「.NET」</strong>というプラットフォーム上で動作します。</p>
````````````````````````````````


Expand Down

0 comments on commit 1c4dea9

Please sign in to comment.