1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Update tests

This commit is contained in:
sharkdp
2020-05-27 09:07:18 +02:00
committed by David Peter
parent bb18ece8a4
commit 9cb43ef64d
3 changed files with 0 additions and 4 deletions

View File

@@ -430,7 +430,6 @@ mod tests {
assert_eq!(test.syntax_for_file("test.h"), "C++");
assert_eq!(test.syntax_for_file("test.sass"), "Sass");
assert_eq!(test.syntax_for_file("test.hs"), "Haskell (improved)");
assert_eq!(test.syntax_for_file("test.js"), "JavaScript (Babel)");
}