From ca54c353d1763ef1f76ff18b3d578eb4e989487b Mon Sep 17 00:00:00 2001 From: yixinglu <2520865+yixinglu@users.noreply.github.com> Date: Mon, 13 Sep 2021 12:36:02 +0800 Subject: [PATCH] Add more tests of string type starting with 0 --- examples/v2/course.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/v2/course.csv b/examples/v2/course.csv index 1deedbf3..d51c07bd 100644 --- a/examples/v2/course.csv +++ b/examples/v2/course.csv @@ -1,3 +1,6 @@ x101,Math,3,No5 y102,English,6,No11 "z103",Chinese,1,No1 +0test,Test,2,No2 +00test,Test2,4,No3 +"000test",Test3,5,No10