Skip to content
Snippets Groups Projects
Commit 035434b4 authored by durin42's avatar durin42
Browse files

test-casefolding.t: demonstrate a bug with HFS+ ignoring some codepoints

parent 6f53629a
No related branches found
No related tags found
No related merge requests found
......@@ -195,4 +195,17 @@
$ hg qrefresh a # issue 3271, qrefresh with file handled case wrong
$ hg status # empty status means the qrefresh worked
#if osx
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 ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment