mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-03 20:02:28 +01:00
Merge branch 'master' into syslog_error_highlighting_fix
This commit is contained in:
3
tests/syntax-tests/source/CSV/comma-delimited.csv
vendored
Normal file
3
tests/syntax-tests/source/CSV/comma-delimited.csv
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
foo,bar,baz,this|that,test,colors,cycle
|
||||
1.2,1.7,2.5,blah;cool,test,colors,cycle
|
||||
|
|
3
tests/syntax-tests/source/CSV/decimals_comma_decimal_point_pipe_delimited.csv
vendored
Normal file
3
tests/syntax-tests/source/CSV/decimals_comma_decimal_point_pipe_delimited.csv
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
foo|bar|baz
|
||||
1,2|1,7|2,7
|
||||
1,5|8,5|-5,5
|
|
3
tests/syntax-tests/source/CSV/decimals_comma_decimal_point_semicolon_delimited.csv
vendored
Normal file
3
tests/syntax-tests/source/CSV/decimals_comma_decimal_point_semicolon_delimited.csv
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
foo;bar;baz
|
||||
1,2;1,7;2,7
|
||||
1,5;8,5;-5,5
|
|
3
tests/syntax-tests/source/CSV/simple.tsv
vendored
Normal file
3
tests/syntax-tests/source/CSV/simple.tsv
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
foo bar baz|;, test hello world tsv
|
||||
1,2 1,7 2,7 a b c "hello again" tsv
|
||||
";|," ;|, baz test "hello world" tsv
|
|
Reference in New Issue
Block a user