From 62c681819c58c6838559d91216d38d7f584600d0 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Fri, 4 Mar 2016 15:09:21 +0100 Subject: [PATCH] Update test suite --- test/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Main.hs b/test/Main.hs index 305e1db..b9b80d6 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -156,7 +156,7 @@ parseRelDirSpec = failing "///foo//bar//mu/" failing "///foo//bar////mu" failing "///foo//bar/.//mu" - succeeding "..." (Path "...") + succeeding "..." (Path ".../") succeeding "foo.bak" (Path "foo.bak/") succeeding "./foo" (Path "foo/") succeeding "././foo" (Path "foo/") @@ -177,7 +177,7 @@ parseAbsFileSpec = failing "/" failing "//" failing "///foo//bar//mu/" - succeeding "..." (Path "...") + succeeding "/..." (Path "/...") succeeding "/foo.txt" (Path "/foo.txt") succeeding "///foo//bar////mu.txt" (Path "/foo/bar/mu.txt") succeeding "///foo//bar/.//mu.txt" (Path "/foo/bar/mu.txt")