mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
Add CSV syntax hightlighting test
This commit is contained in:
committed by
David Peter
parent
44bfad24a1
commit
aa205c6a9f
7
tests/syntax-tests/source/CSV/comma_in_quotes.csv
Normal file
7
tests/syntax-tests/source/CSV/comma_in_quotes.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
first,last,address,city,zip
|
||||
John,Doe,120 any st.,"Anytown, WW",08123
|
||||
a,b
|
||||
1,"ha
|
||||
""ha""
|
||||
ha",120 any st.,"Anytown, WW",08123
|
||||
3,4,120 any st.,"Anytown, WW",08123
|
Can't render this file because it has a wrong number of fields in line 3.
|
Reference in New Issue
Block a user