OLD | NEW |
1 # List of crazy filenames. | 1 # List of crazy filenames. |
2 # Filenames contain i18n chars, special chars. | 2 # Filenames contain i18n chars, special chars. |
3 # These files are created on-the-fly instead of checking-in because i18n | 3 # These files are created on-the-fly instead of checking-in because i18n |
4 # chars in filenames causes svn problems on win. | 4 # chars in filenames causes svn problems on win. |
5 # The filenames are provided as unicode strings so that this file can remain | 5 # The filenames are provided as unicode strings so that this file can remain |
6 # ascii. | 6 # ascii. |
7 # Used by: chrome/test/functional/downloads.py | 7 # Used by: chrome/test/functional/downloads.py |
8 # chrome/test/functional/omnibox.py | 8 # chrome/test/functional/omnibox.py |
| 9 # chrome/test/functional/translate.py |
9 | 10 |
10 [ | 11 [ |
11 u'a_file_name.zip', | 12 u'a_file_name.zip', |
12 u'\u89c6\u9891\u76f4\u64ad\u56fe\u7247.zip', # chinese chars | 13 u'\u89c6\u9891\u76f4\u64ad\u56fe\u7247.zip', # chinese chars |
13 u'\u0412\u043e \u0424\u043b\u043e\u0440\u0438\u0434\u0435\u043e\u0431\u044a\u0
44f\u0432\u043b\u0435\u043d\u0440\u0435\u0436\u0438\u043c \u0427\u041f \u0438\u0
437-\u0437\u0430 \u0443\u0442\u0435\u0447\u043a\u0438 \u043d\u0435\u0444\u0442\u
0438.zip', # russian | 14 u'\u0412\u043e \u0424\u043b\u043e\u0440\u0438\u0434\u0435\u043e\u0431\u044a\u0
44f\u0432\u043b\u0435\u043d\u0440\u0435\u0436\u0438\u043c \u0427\u041f \u0438\u0
437-\u0437\u0430 \u0443\u0442\u0435\u0447\u043a\u0438 \u043d\u0435\u0444\u0442\u
0438.zip', # russian |
14 u'Desocupa\xe7\xe3o est\xe1vel.zip', | 15 u'Desocupa\xe7\xe3o est\xe1vel.zip', |
15 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 | 16 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 |
16 u'\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.zip', # hebrew | 17 u'\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.zip', # hebrew |
17 u'\u092d\u093e\u0930\u0924.zip', # hindi | 18 u'\u092d\u093e\u0930\u0924.zip', # hindi |
18 u'd\xe9stabilis\xe9.zip', # french | 19 u'd\xe9stabilis\xe9.zip', # french |
19 u'\u97d3-\u4e2d \uc815\uc0c1, \ucc9c\uc548\ud568 \uc758\uacac.zip', # korean | 20 u'\u97d3-\u4e2d \uc815\uc0c1, \ucc9c\uc548\ud568 \uc758\uacac.zip', # korean |
20 u'jiho....tiho...miho.zip', | 21 u'jiho....tiho...miho.zip', |
21 u'jiho!@#$tiho$%^&-()_+=miho copy.zip', # special chars | 22 u'jiho!@#$tiho$%^&-()_+=miho copy.zip', # special chars |
22 u'Wohoo-to hoo+I.zip', | 23 u'Wohoo-to hoo+I.zip', |
23 u'Picture 1.zip', | 24 u'Picture 1.zip', |
24 u'This is a very very long english sentence with spaces and , and +.zip', | 25 u'This is a very very long english sentence with spaces and , and +.zip', |
25 ] | 26 ] |
OLD | NEW |