From 50e8d7fe693d053fa9d1e76e4dbcc5185fcbd4d9 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Thu, 5 Mar 2015 13:19:07 +0100 Subject: [PATCH] Issue #168 alter 2 cases, 5-5-1-3 and 5-6-1-3 to expect what is output now. Sometime long ago, prior 2009, tidy cleaned ALL leading, trailing spaces from attribute values, thus can no longer distinguish between a fully blank value like "", and a value consisting of all spaces like " ". So in these two tests, there is a preceeding test which tests the blank case, and tidy reports it as blank, but will no longer report the all spaces as all spaces, but repeats the blank case. Have amended the accesscases.txt to reflect what tidy has output for more than the last 6+ years... --- test/accesscases.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/accesscases.txt b/test/accesscases.txt index d46e975..cb8cf8e 100644 --- a/test/accesscases.txt +++ b/test/accesscases.txt @@ -52,12 +52,12 @@ FILE TEST_EXPECTED LEVEL 5-4-1-1 5.4.1.1 2 5-5-1-1 5.5.1.1 3 5-5-1-2 5.5.1.2 3 -5-5-1-3 5.5.1.3 3 +5-5-1-3 5.5.1.2 3 5-5-1-6 5.5.1.6 3 5-5-2-1 5.5.2.1 2 5-6-1-1 5.6.1.1 3 5-6-1-2 5.6.1.2 3 -5-6-1-3 5.6.1.3 3 +5-6-1-3 5.6.1.2 3 6-1-1-1 6.1.1.1 1 6-1-1-2 6.1.1.2 1 6-1-1-3 6.1.1.3 1