mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
One more linting fix
This commit is contained in:
@@ -1051,12 +1051,12 @@ describe('download-artifact', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it.each([
|
it.each([
|
||||||
['土', '_'], // U+571F - known to cause 400 errors
|
['土', '_'], // U+571F - known to cause 400 errors
|
||||||
['日', '_'], // U+65E5 - reported to work fine
|
['日', '_'], // U+65E5 - reported to work fine
|
||||||
['中文测试', '____'], // multiple Chinese characters
|
['中文测试', '____'], // multiple Chinese characters
|
||||||
['文件-2026年', '__-2026_'], // mixed Chinese and numbers
|
['文件-2026年', '__-2026_'], // mixed Chinese and numbers
|
||||||
['データ', '___'], // Japanese katakana
|
['データ', '___'], // Japanese katakana
|
||||||
['테스트', '___'] // Korean characters
|
['테스트', '___'] // Korean characters
|
||||||
])(
|
])(
|
||||||
'should prefer filename* over filename for non-ASCII character %s (%s)',
|
'should prefer filename* over filename for non-ASCII character %s (%s)',
|
||||||
async (chars, asciiReplacement) => {
|
async (chars, asciiReplacement) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user