mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update 80_csv.py
This commit is contained in:
parent
f158ea8d3e
commit
cb51cc95b6
@ -11,6 +11,10 @@ test("""a,b,c
|
|||||||
1,2,"3"
|
1,2,"3"
|
||||||
""", [['a', 'b', 'c'], ['1', '2', '3']])
|
""", [['a', 'b', 'c'], ['1', '2', '3']])
|
||||||
|
|
||||||
|
test("""a,b,c
|
||||||
|
1,2,"3,,"
|
||||||
|
""", [['a', 'b', 'c'], ['1', '2', '3,,']])
|
||||||
|
|
||||||
test("""a,b,c
|
test("""a,b,c
|
||||||
1,2,'3'
|
1,2,'3'
|
||||||
""", [['a', 'b', 'c'], ['1', '2', '\'3\'']])
|
""", [['a', 'b', 'c'], ['1', '2', '\'3\'']])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user