should be it

This commit is contained in:
Mars Ultor
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
header1,header2,header3
a,#b,c
1 header1 header2 header3
2 a #b c
+3
View File
@@ -0,0 +1,3 @@
a,b
a#b
x,y
1 a,b
2 a#b
3 x,y
+7
View File
@@ -0,0 +1,7 @@
x,y,z
# comment
1,2,3
# comment
# comment
4,5,6
# comment
1 x,y,z
2 # comment
3 1,2,3
4 # comment
5 # comment
6 4,5,6
7 # comment
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
skip this line
# comment
x,y,z
1,2,3
4,5,6
1 skip this line
2 # comment
3 x,y,z
4 1,2,3
5 4,5,6
+6
View File
@@ -0,0 +1,6 @@
# This is also a baddy
1;3
# This is also a baddy
1;3
1;3
1;3
1 # This is also a baddy
2 1;3
3 # This is also a baddy
4 1;3
5 1;3
6 1;3
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
# A few comments
# I'm a csv file
oh no I forgot to make a comment
# but i did one here
but Im a very inconsistent kind of guy
a;b
# This is also a baddy
1;3
6;7
# You better skip me
1 # A few comments
2 # I'm a csv file
3 oh no I forgot to make a comment
4 # but i did one here
5 but Im a very inconsistent kind of guy
6 a;b
7 # This is also a baddy
8 1;3
9 6;7
10 # You better skip me
+3
View File
@@ -0,0 +1,3 @@
# Add one full line comment :-)
1;3#5;7
6;7
1 # Add one full line comment :-)
2 1;3#5;7
3 6;7
+4
View File
@@ -0,0 +1,4 @@
# comment
a;b#12;#
1;3#5;7
6;7
1 # comment
2 a;b#12;#
3 1;3#5;7
4 6;7
@@ -0,0 +1,4 @@
1;3#5;7
6;7
8;9
1;3;7 # this is invalid
1 1;3#5;7
2 6;7
3 8;9
4 1;3;7 # this is invalid
+4
View File
@@ -0,0 +1,4 @@
# Add one full line comment :-)
a;b
1;3#5;7
6;#
1 # Add one full line comment :-)
2 a;b
3 1;3#5;7
4 6;#
+4
View File
@@ -0,0 +1,4 @@
# Add one full line comment :-)
a;b
1;3#5;7
6;"7#test"
1 # Add one full line comment :-)
2 a b
3 1 3#5 7
4 6 7#test
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,4 @@
# Add one full line comment :-)
a;b
1;3 # 5;7
6;7 #test
1 # Add one full line comment :-)
2 a;b
3 1;3 # 5;7
4 6;7 #test
+4
View File
@@ -0,0 +1,4 @@
,a,
,b,
,c,
d
1 ,a,
2 ,b,
3 ,c,
4 d
+2
View File
@@ -0,0 +1,2 @@
1;3#5;7
6;7
1 1;3#5;7
2 6;7
+7
View File
@@ -0,0 +1,7 @@
# A few comments
# I'm a csv file
a;b
# This is also a baddy
1;3
6;7
# You better skip me
1 # A few comments
2 # I'm a csv file
3 a;b
4 # This is also a baddy
5 1;3
6 6;7
7 # You better skip me
+7
View File
@@ -0,0 +1,7 @@
, A few comments
, I'm a csv file
a;b
, This is also a baddy
1;3
6;7
, You better skip me
1 , A few comments
2 , I'm a csv file
3 a;b
4 , This is also a baddy
5 1;3
6 6;7
7 , You better skip me
+9
View File
@@ -0,0 +1,9 @@
# A few comments
# I'm a csv file
a;b
# This is also a baddy
1;3
6;7#bla
1;3#1;5
6;7
# You better skip me
1 # A few comments
2 # I'm a csv file
3 a;b
4 # This is also a baddy
5 1;3
6 6;7#bla
7 1;3#1;5
8 6;7
9 # You better skip me