Преглед на файлове

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")]

---



Зареждане…
Отказ
Запис