From 52233c43529069694ea0ad4548f7008cb77b369c Mon Sep 17 00:00:00 2001 From: zenglifeng Date: Thu, 3 Mar 2022 15:23:56 +0800 Subject: [PATCH] =?UTF-8?q?test:=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zenglifeng --- t1.txt | 3 +++ t2.txt | 1 + 2 files changed, 4 insertions(+) create mode 100644 t1.txt create mode 100644 t2.txt diff --git a/t1.txt b/t1.txt new file mode 100644 index 00000000..79d16ac3 --- /dev/null +++ b/t1.txt @@ -0,0 +1,3 @@ +a=1,j=1,i=3 +b=3 +c=2 \ No newline at end of file diff --git a/t2.txt b/t2.txt new file mode 100644 index 00000000..683d078c --- /dev/null +++ b/t2.txt @@ -0,0 +1 @@ +a=1,b=2,c=3 \ No newline at end of file -- Gitee