- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / downloads / crazy_filenames.txt
1 # List of crazy filenames.
2 # Filenames contain i18n chars, special chars.
3 # These files are created on-the-fly instead of checking-in because i18n
4 # chars in filenames causes svn problems on win.
5 # The filenames are provided as unicode strings so that this file can remain
6 # ascii.
7 # Used by: chrome/test/functional/downloads.py
8 #          chrome/test/functional/omnibox.py
9 #          chrome/test/functional/translate.py
10
11 [
12   u'a_file_name.zip',
13   u'\u89c6\u9891\u76f4\u64ad\u56fe\u7247.zip',  # chinese chars
14   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
15   u'Desocupa\xe7\xe3o est\xe1vel.zip',
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
17   u'\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.zip',  # hebrew
18   u'\u092d\u093e\u0930\u0924.zip',  # hindi
19   u'd\xe9stabilis\xe9.zip',  # french
20   u'\u97d3-\u4e2d \uc815\uc0c1, \ucc9c\uc548\ud568 \uc758\uacac.zip',  # korean
21   u'jiho....tiho...miho.zip',
22   u'jiho!@#$tiho$%^&-()_+=miho copy.zip',  # special chars
23   u'Wohoo-to hoo+I.zip',
24   u'Picture 1.zip',
25   u'This is a very very long english sentence with spaces and , and +.zip',
26 ]