ci: add GitHub Actions workflows for upstream sync and release automation
This commit is contained in:
parent
0d201261c8
commit
5d421e8a76
7035 changed files with 106275 additions and 0 deletions
0
tests/e2e/output/comprehensive/edge-cases/empty.txt
Normal file
0
tests/e2e/output/comprehensive/edge-cases/empty.txt
Normal file
10002
tests/e2e/output/comprehensive/edge-cases/long_content.markdown
Normal file
10002
tests/e2e/output/comprehensive/edge-cases/long_content.markdown
Normal file
File diff suppressed because it is too large
Load diff
10002
tests/e2e/output/comprehensive/edge-cases/long_content.md
Normal file
10002
tests/e2e/output/comprehensive/edge-cases/long_content.md
Normal file
File diff suppressed because it is too large
Load diff
9796
tests/e2e/output/comprehensive/edge-cases/long_output.html
Normal file
9796
tests/e2e/output/comprehensive/edge-cases/long_output.html
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,11 @@
|
|||
# 特殊字元測試
|
||||
|
||||
& < > " ' ` ~ ! @ # $ % ^ & * ( ) - = + [ ] { } | \ : ; < > ? , . /
|
||||
|
||||
數學符號:∑ ∏ ∫ √ ∞ ≠ ≤ ≥ ± × ÷ π
|
||||
|
||||
表情符號:😀 🎉 🚀 ❤️ 🔥 💯 ✅ ❌
|
||||
|
||||
CJK 擴展:㊀ ㊁ ㊂ ㊃ ㊄
|
||||
|
||||
全形標點:「」『』【】〈〉《》
|
||||
11
tests/e2e/output/comprehensive/edge-cases/special_chars.md
Normal file
11
tests/e2e/output/comprehensive/edge-cases/special_chars.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 特殊字元測試
|
||||
|
||||
& < > " ' ` ~ ! @ # $ % ^ & \* ( ) - = + [ ] { } | \ : ; < > ? , . /
|
||||
|
||||
數學符號:∑ ∏ ∫ √ ∞ ≠ ≤ ≥ ± × ÷ π
|
||||
|
||||
表情符號:😀 🎉 🚀 ❤️ 🔥 💯 ✅ ❌
|
||||
|
||||
CJK 擴展:㊀ ㊁ ㊂ ㊃ ㊄
|
||||
|
||||
全形標點:「」『』【】〈〉《》
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<h1 id="特殊字元測試">特殊字元測試</h1>
|
||||
<p>& < > ” ’ ` ~ ! @ # $ % ^ & * ( ) - = + [ ] { } | : ;
|
||||
< > ? , . /</p>
|
||||
<p>數學符號:∑ ∏ ∫ √ ∞ ≠ ≤ ≥ ± × ÷ π</p>
|
||||
<p>表情符號:😀 🎉 🚀 ❤️ 🔥 💯 ✅ ❌</p>
|
||||
<p>CJK 擴展:㊀ ㊁ ㊂ ㊃ ㊄</p>
|
||||
<p>全形標點:「」『』【】〈〉《》</p>
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
<h1 id="測試文件-test-document">測試文件 Test Document</h1>
|
||||
<p>這是一個<strong>多語言</strong>測試文件。</p>
|
||||
<h2 id="中文內容">中文內容</h2>
|
||||
<p>繁體中文測試:台灣、香港、澳門 簡體中文测试:北京、上海、广州</p>
|
||||
<h2 id="english-content">English Content</h2>
|
||||
<p>This is an English paragraph for testing.</p>
|
||||
<h2 id="日本語コンテンツ">日本語コンテンツ</h2>
|
||||
<p>これは日本語のテスト段落です。</p>
|
||||
<h2 id="한국어-콘텐츠">한국어 콘텐츠</h2>
|
||||
<p>이것은 한국어 테스트 단락입니다.</p>
|
||||
<h3 id="表格-table">表格 Table</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>語言</th>
|
||||
<th>Language</th>
|
||||
<th>問候</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>中文</td>
|
||||
<td>Chinese</td>
|
||||
<td>你好</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>英文</td>
|
||||
<td>English</td>
|
||||
<td>Hello</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>日文</td>
|
||||
<td>Japanese</td>
|
||||
<td>こんにちは</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>韓文</td>
|
||||
<td>Korean</td>
|
||||
<td>안녕하세요</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="代碼-code">代碼 Code</h3>
|
||||
<div class="sourceCode" id="cb1"><pre
|
||||
class="sourceCode javascript"><code class="sourceCode javascript"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="bu">console</span><span class="op">.</span><span class="fu">log</span>(<span class="st">"Hello, 世界!"</span>)<span class="op">;</span></span></code></pre></div>
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
# 測試文件 Test Document
|
||||
|
||||
這是一個**多語言**測試文件。
|
||||
|
||||
## 中文內容
|
||||
繁體中文測試:台灣、香港、澳門
|
||||
簡體中文测试:北京、上海、广州
|
||||
|
||||
## English Content
|
||||
This is an English paragraph for testing.
|
||||
|
||||
## 日本語コンテンツ
|
||||
これは日本語のテスト段落です。
|
||||
|
||||
## 한국어 콘텐츠
|
||||
이것은 한국어 테스트 단락입니다.
|
||||
|
||||
### 表格 Table
|
||||
|
||||
| 語言 | Language | 問候 |
|
||||
|------|----------|------|
|
||||
| 中文 | Chinese | 你好 |
|
||||
| 英文 | English | Hello |
|
||||
| 日文 | Japanese | こんにちは |
|
||||
| 韓文 | Korean | 안녕하세요 |
|
||||
|
||||
### 代碼 Code
|
||||
|
||||
```javascript
|
||||
console.log("Hello, 世界!");
|
||||
```
|
||||
35
tests/e2e/output/comprehensive/edge-cases/測試文件_テスト_테스트.md
Normal file
35
tests/e2e/output/comprehensive/edge-cases/測試文件_テスト_테스트.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 測試文件 Test Document
|
||||
|
||||
這是一個**多語言**測試文件。
|
||||
|
||||
## 中文內容
|
||||
|
||||
繁體中文測試:台灣、香港、澳門
|
||||
簡體中文测试:北京、上海、广州
|
||||
|
||||
## English Content
|
||||
|
||||
This is an English paragraph for testing.
|
||||
|
||||
## 日本語コンテンツ
|
||||
|
||||
これは日本語のテスト段落です。
|
||||
|
||||
## 한국어 콘텐츠
|
||||
|
||||
이것은 한국어 테스트 단락입니다.
|
||||
|
||||
### 表格 Table
|
||||
|
||||
| 語言 | Language | 問候 |
|
||||
| ---- | -------- | ---------- |
|
||||
| 中文 | Chinese | 你好 |
|
||||
| 英文 | English | Hello |
|
||||
| 日文 | Japanese | こんにちは |
|
||||
| 韓文 | Korean | 안녕하세요 |
|
||||
|
||||
### 代碼 Code
|
||||
|
||||
```javascript
|
||||
console.log("Hello, 世界!");
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue