Test files › Filename edge cases

Sample Filename edge cases test files

26 free filename edge cases test files for QA and developers: .hidden-leading-dot, 🦊-emoji-name.txt, aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…

FileFormatSizeWhat it catches
.hidden-leading-dotTXT142 bytesLeading dot, no extension - hidden on POSIX.
🦊-emoji-name.txtTXT142 bytesEmoji (4-byte UTF-8, outside the BMP) in the filename.
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.txtTXT142 bytesA 204-character filename.
ampersand&name.txtTXT142 bytesAn ampersand in the filename.
archive.tar.gzTXT142 bytesA legitimate compound extension.
backslash\name.txtTXT142 bytesA backslash in the filename.
CON.txtTXT142 bytesA Windows reserved device name.
dots.in.the.name.txtTXT142 bytesMultiple dots.
double"quote.txtTXT142 bytesAn ASCII double quote in the filename.
hash#name.txtTXT142 bytesA hash character in the filename.
invoice‮gnp.txtTXT142 bytesContains a right-to-left override (U+202E) so it renders as "invoicetxt.png".
nfc-café.txtTXT142 bytesPrecomposed Unicode (NFC): é is a single code point U+00E9.
nfd-café.txtTXT142 bytesDecomposed Unicode (NFD): é is e + U+0301 combining acute.
no-extension-at-allTXT142 bytesNo extension at all.
NUL.txtTXT142 bytesAnother Windows reserved device name.
percent%20encoded.txtTXT142 bytesA literal "%20" sequence in the filename.
plus+name.txtTXT142 bytesA plus sign in the filename.
question?name.txtTXT142 bytesA question mark in the filename.
report.pdf.exeTXT142 bytesDouble extension where the real extension is last.
semicolon;name.txtTXT142 bytesA semicolon in the filename.
single'quote.txtTXT142 bytesAn ASCII single quote in the filename.
spaces in name.txtTXT142 bytesSpaces in the filename.
trailing-dot.txt.TXT142 bytesA trailing dot after the extension.
UPPERCASE.TXTTXT142 bytesAll-caps name and extension.
файл-кириллица.txtTXT142 bytesCyrillic characters in the filename.
日本語ファイル名.txtTXT142 bytesJapanese characters in the filename.

← All test files