tests/test-casefolding.t
branchstable
changeset 23597 7a5bcd471f2e
parent 23595 035434b407be
child 23779 427b8728536f
--- a/tests/test-casefolding.t	Tue Dec 16 13:06:41 2014 -0500
+++ b/tests/test-casefolding.t	Tue Dec 16 13:07:10 2014 -0500
@@ -200,12 +200,11 @@
 We assume anyone running the tests on a case-insensitive volume on OS
 X will be using HFS+. If that's not true, this test will fail.
 
-Bug: some codepoints are to be ignored on HFS+:
-
   $ rm A
   >>> open(u'a\u200c'.encode('utf-8'), 'w').write('unicode is fun')
   $ hg status
   M A
-  ? a\xe2\x80\x8c (esc)
+
 #endif
+
   $ cd ..