From 326dcf2470ed2eb87484d2300cde13a3e215b226 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 23 Aug 2016 14:28:05 +0100 Subject: [PATCH] Add more troublesome symbols to test cases These are from #623 #620 #218 --- fstest/fstests/fstests.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fstest/fstests/fstests.go b/fstest/fstests/fstests.go index c9e9fb084..f694359b1 100644 --- a/fstest/fstests/fstests.go +++ b/fstest/fstests/fstests.go @@ -37,8 +37,8 @@ var ( } file2 = fstest.Item{ ModTime: fstest.Time("2001-02-03T04:05:10.123123123Z"), - Path: `hello? sausage/êé/Hello, 世界/ " ' @ < > & ?/z.txt`, - WinPath: `hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _/z.txt`, + Path: `hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt`, + WinPath: `hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt`, } verbose = flag.Bool("verbose", false, "Set to enable logging") dumpHeaders = flag.Bool("dump-headers", false, "Dump HTTP headers - may contain sensitive info")