From 36784ac8025925b48a9199a77031526734f1625f Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Mon, 9 May 2016 13:14:54 -0700 Subject: [PATCH] Fix autolinking test typo --- test/autolinking.html | 2 +- test/autolinking.html.baseline | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/autolinking.html b/test/autolinking.html index 3c5de93b..cfdec65c 100644 --- a/test/autolinking.html +++ b/test/autolinking.html @@ -14,7 +14,7 @@

Autolinking

Autolinking 2

lowercase should not autolink. But Lowercase should. But not LowerCase.

-

Strict mode shoud link. But Scrict Mode should not.

+

Strict mode shoud link. But Strict Mode should not.

%Percent% should autolink.

Vars to dfns should be vars not dfns: _Lowercase_.

Also, no autolinks in anchors: Lowercase.

diff --git a/test/autolinking.html.baseline b/test/autolinking.html.baseline index 463c0e83..d6be3f2c 100644 --- a/test/autolinking.html.baseline +++ b/test/autolinking.html.baseline @@ -12,7 +12,7 @@

2Autolinking 2#

lowercase should not autolink. But Lowercase should. But not LowerCase.

-

Strict mode shoud link. But Scrict Mode should not.

+

Strict mode shoud link. But Strict Mode should not.

%Percent% should autolink.

Vars to dfns should be vars not dfns: Lowercase.

Also, no autolinks in anchors: Lowercase.