Skip to content

Commit

Permalink
Add more tests of string type starting with 0 (#160)
Browse files Browse the repository at this point in the history
* Add more tests of string type starting with 0

* Test chinese 157

* More tests
  • Loading branch information
yixinglu authored Sep 13, 2021
1 parent 5c7417d commit 2d3d6e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/v2/course.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
x101,Math,3,No5
y102,English,6,No11
"z103",Chinese,1,No1
0test,Test,2,No2
00test,Test2,4,No3
"000test",中国(  ),5,No10
"0000test",中国( ),7,No10

0 comments on commit 2d3d6e2

Please sign in to comment.