# HG changeset patch # User Augie Fackler # Date 1468352498 14400 # Node ID e5c61e745cd7580544fb3bd1f7906525de5f9a10 # Parent bd18c2178facfe876dda1e997077950135178048 test-export: be more aggressive about quoting ^ An upcoming change to check-code will notice this isn't quoted enough. Presumably it's been fine by luck all this time. diff -r bd18c2178fac -r e5c61e745cd7 tests/test-export.t --- a/tests/test-export.t Tue Jul 12 15:32:24 2016 -0400 +++ b/tests/test-export.t Tue Jul 12 15:41:38 2016 -0400 @@ -159,7 +159,7 @@ Checking if only alphanumeric characters are used in the file name (%m option): $ echo "line" >> foo - $ hg commit -m " !\"#$%&(,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~" + $ hg commit -m " !\"#$%&(,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]"'^'"_\`abcdefghijklmnopqrstuvwxyz{|}~" $ hg export -v -o %m.patch tip exporting patch: ____________0123456789_______ABCDEFGHIJKLMNOPQRSTUVWXYZ______abcdefghijklmnopqrstuvwxyz____.patch