diff options
Diffstat (limited to 'chrome/test/data/downloads/crazy_filenames.txt')
-rw-r--r-- | chrome/test/data/downloads/crazy_filenames.txt | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/chrome/test/data/downloads/crazy_filenames.txt b/chrome/test/data/downloads/crazy_filenames.txt index 31c1a90..2447995 100644 --- a/chrome/test/data/downloads/crazy_filenames.txt +++ b/chrome/test/data/downloads/crazy_filenames.txt @@ -2,15 +2,23 @@ # Filenames contain i18n chars, special chars. # These files are created on-the-fly instead of checking-in because i18n # chars in filenames causes svn problems on win. +# The filenames are provided as unicode strings so that this file can remain +# ascii. # Used by: chrome/test/functional/downloads.py [ - '截至15日下午16时30分.rtf', - 'супруги Мишель.rtf', - 'Цинхай достигло 760-540.rtf', - 'tini(玉树强震已致760人遇难).rtf', - 'jiho....tiho...miho.rtf', - 'jiho!@#$tiho$%^&-()_+=miho copy.rtf', - 'Wohoo-to hoo+I.rtf', - 'Picture 1.doc', + u'a_file_name.zip', + u'\u89c6\u9891\u76f4\u64ad\u56fe\u7247.zip', # chinese chars + u'\u0412\u043e \u0424\u043b\u043e\u0440\u0438\u0434\u0435\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0440\u0435\u0436\u0438\u043c \u0427\u041f \u0438\u0437-\u0437\u0430 \u0443\u0442\u0435\u0447\u043a\u0438 \u043d\u0435\u0444\u0442\u0438.zip', # russian + u'Desocupa\xe7\xe3o est\xe1vel.zip', + u'\u0638\u2026\u0638\u02c6\u0637\xa7\u0638\u201a\u0637\xb9 \u0638\u201e\u0638\u201e\u0637\xb2\u0638\u0679\u0637\xa7\u0637\xb1\u0637\xa9.zip', # arabic + u'\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.zip', # hebrew + u'\u092d\u093e\u0930\u0924.zip', # hindi + u'd\xe9stabilis\xe9.zip', # french + u'\u97d3-\u4e2d \uc815\uc0c1, \ucc9c\uc548\ud568 \uc758\uacac.zip', # korean + u'jiho....tiho...miho.zip', + u'jiho!@#$tiho$%^&-()_+=miho copy.zip', # special chars + u'Wohoo-to hoo+I.zip', + u'Picture 1.zip', + u'This is a very very long english sentence with spaces and , and +.zip', ] |