瀏覽代碼

Fix some tests involving colons starting lines.

tags/v0.3
Ben Kurtovic 10 年之前
父節點
當前提交
44ee185377
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      tests/tokenizer/external_links.mwtest

+ 4
- 4
tests/tokenizer/external_links.mwtest 查看文件

@@ -287,15 +287,15 @@ output: [Text(text="//example.com")]

name: no_scheme_but_colon
label: no scheme in a free link, but a colon
input: ":example.com"
output: [Text(text=":example.com")]
input: " :example.com"
output: [Text(text=" :example.com")]

---

name: no_scheme_but_colon_and_slashes
label: no scheme in a free link, but a colon and slashes
input: "://example.com"
output: [Text(text="://example.com")]
input: " ://example.com"
output: [Text(text=" ://example.com")]

---



Loading…
取消
儲存