소스 검색

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

---



불러오는 중...
취소
저장