From 6bc9f71050be590478d1d47b1050f4dddb5471f7 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Thu, 16 Mar 2017 07:59:13 -0500 Subject: [PATCH] Rename test for clarity --- test/test_filters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_filters.rb b/test/test_filters.rb index 898f7e3e..782b5be9 100644 --- a/test/test_filters.rb +++ b/test/test_filters.rb @@ -317,7 +317,7 @@ class TestFilters < JekyllUnitTest assert_equal "my%20things", @filter.uri_escape("my things") end - should "escape colon" do + should "allow colons in URI" do assert_equal "foo:bar", @filter.uri_escape("foo:bar") assert_equal "foo%20bar:baz", @filter.uri_escape("foo bar:baz") end