From 8e920e6ab27f11fe60508c064c90d03304d870f3 Mon Sep 17 00:00:00 2001 From: Matt Sanford Date: Wed, 27 Jan 2010 14:47:17 -0800 Subject: [PATCH] Add case sensitivity test for link without protocol --- autolink.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autolink.yml b/autolink.yml index 4725715..e1c2de7 100644 --- a/autolink.yml +++ b/autolink.yml @@ -226,3 +226,7 @@ tests: - description: "Autolink url without protocol (with www)" text: "www.example.com" expected: "www.example.com" + + - description: "Autolink url without protocol (with WWW)" + text: "WWW.EXAMPLE.COM" + expected: "WWW.EXAMPLE.COM"