From 7889979a9e74691f35dfb3ab7b1d1d15fe733227 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 25 Oct 2019 20:59:14 +0200 Subject: [PATCH] Add or modify a few test files --- ... drive System_1L - UCD=ANSI (issue #1431).txt} | 5 ----- ...n windos tray - UCD=GB18030 (issue #1431).txt} | 0 .../UTF-8/139_Mixed_English-Chinese_(utf-8).txt | 3 +++ ...System_1L - UCD=ANSI (issue #1431)_(utf-8).txt | 10 ++++++++++ ...System_5L - UCD=ANSI (issue #1431)_(utf-8).txt | 15 +++++++++++++++ 5 files changed, 28 insertions(+), 5 deletions(-) rename test/test_files/encoding/Txtfiles/{Del USB drive System - UCD=ANSI (issue #1431).bat => Del USB drive System_1L - UCD=ANSI (issue #1431).txt} (80%) rename test/test_files/encoding/Txtfiles/{clean windos tray - UCD=GB18030 (issue #1431).bat => clean windos tray - UCD=GB18030 (issue #1431).txt} (100%) create mode 100644 test/test_files/encoding/UTF-8/139_Mixed_English-Chinese_(utf-8).txt create mode 100644 test/test_files/encoding/UTF-8/Del USB drive System_1L - UCD=ANSI (issue #1431)_(utf-8).txt create mode 100644 test/test_files/encoding/UTF-8/Del USB drive System_5L - UCD=ANSI (issue #1431)_(utf-8).txt diff --git a/test/test_files/encoding/Txtfiles/Del USB drive System - UCD=ANSI (issue #1431).bat b/test/test_files/encoding/Txtfiles/Del USB drive System_1L - UCD=ANSI (issue #1431).txt similarity index 80% rename from test/test_files/encoding/Txtfiles/Del USB drive System - UCD=ANSI (issue #1431).bat rename to test/test_files/encoding/Txtfiles/Del USB drive System_1L - UCD=ANSI (issue #1431).txt index e6f298fa9..2cb93e5e9 100644 --- a/test/test_files/encoding/Txtfiles/Del USB drive System - UCD=ANSI (issue #1431).bat +++ b/test/test_files/encoding/Txtfiles/Del USB drive System_1L - UCD=ANSI (issue #1431).txt @@ -1,9 +1,4 @@ @echo off -exit -echo uĿ¼ -echo uĿ¼ -echo uĿ¼ -echo uĿ¼ echo uĿ¼ set /p DriveU= echo on diff --git a/test/test_files/encoding/Txtfiles/clean windos tray - UCD=GB18030 (issue #1431).bat b/test/test_files/encoding/Txtfiles/clean windos tray - UCD=GB18030 (issue #1431).txt similarity index 100% rename from test/test_files/encoding/Txtfiles/clean windos tray - UCD=GB18030 (issue #1431).bat rename to test/test_files/encoding/Txtfiles/clean windos tray - UCD=GB18030 (issue #1431).txt diff --git a/test/test_files/encoding/UTF-8/139_Mixed_English-Chinese_(utf-8).txt b/test/test_files/encoding/UTF-8/139_Mixed_English-Chinese_(utf-8).txt new file mode 100644 index 000000000..74c2711b6 --- /dev/null +++ b/test/test_files/encoding/UTF-8/139_Mixed_English-Chinese_(utf-8).txt @@ -0,0 +1,3 @@ +链接:https://pan.baidu.com/s/1a33tNnQN3 +提取码:zm6s +解压码123123 diff --git a/test/test_files/encoding/UTF-8/Del USB drive System_1L - UCD=ANSI (issue #1431)_(utf-8).txt b/test/test_files/encoding/UTF-8/Del USB drive System_1L - UCD=ANSI (issue #1431)_(utf-8).txt new file mode 100644 index 000000000..73169bc15 --- /dev/null +++ b/test/test_files/encoding/UTF-8/Del USB drive System_1L - UCD=ANSI (issue #1431)_(utf-8).txt @@ -0,0 +1,10 @@ +@echo off +echo 输入u盘目录 +set /p DriveU= +echo on +attrib "%DriveU%:\System Volume Information" -s +rd /s /q "%DriveU%:\System Volume Information" +del /f /q /A:RH "%DriveU%:\System Volume Information" +echo. >"%DriveU%:\System Volume Information" +attrib "%DriveU%:\System Volume Information" +R +H +pause diff --git a/test/test_files/encoding/UTF-8/Del USB drive System_5L - UCD=ANSI (issue #1431)_(utf-8).txt b/test/test_files/encoding/UTF-8/Del USB drive System_5L - UCD=ANSI (issue #1431)_(utf-8).txt new file mode 100644 index 000000000..3b8db4f50 --- /dev/null +++ b/test/test_files/encoding/UTF-8/Del USB drive System_5L - UCD=ANSI (issue #1431)_(utf-8).txt @@ -0,0 +1,15 @@ +@echo off +exit +echo 输入u盘目录 +echo 输入u盘目录 +echo 输入u盘目录 +echo 输入u盘目录 +echo 输入u盘目录 +set /p DriveU= +echo on +attrib "%DriveU%:\System Volume Information" -s +rd /s /q "%DriveU%:\System Volume Information" +del /f /q /A:RH "%DriveU%:\System Volume Information" +echo. >"%DriveU%:\System Volume Information" +attrib "%DriveU%:\System Volume Information" +R +H +pause