1
0
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:
Thiago Arrais
2020-10-06 13:47:56 -03:00
committed by David Peter
parent 44bfad24a1
commit aa205c6a9f
3 changed files with 41 additions and 0 deletions

View 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.