test-export: be more aggressive about quoting ^
authorAugie Fackler <augie@google.com>
Tue, 12 Jul 2016 15:41:38 -0400
changeset 29516 e5c61e745cd7
parent 29515 bd18c2178fac
child 29517 f1fdd7e7d434
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.
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