Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: use whole CVS rev number in-process; don't strip "1." prefix
[gitweb.git]
/
t
/
README
diff --git
a/t/README
b/t/README
index 57256074481c7aae779051574aebbb547c9c3fa7..e4128e5769722473f7fd1024fdf8a5100bd8ccf6 100644
(file)
--- a/
t/README
+++ b/
t/README
@@
-629,6
+629,11
@@
use these, and "test_set_prereq" for how to define your own.
Test is run on a case insensitive file system.
+ - UTF8_NFD_TO_NFC
+
+ Test is run on a filesystem which converts decomposed utf-8 (nfd)
+ to precomposed utf-8 (nfc).
+
Tips for Writing Tests
----------------------