This commit is contained in:
Sorin Sbarnea 2025-04-02 11:39:11 +02:00 committed by GitHub
commit a35126e998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 9 deletions

View File

@ -12,6 +12,8 @@
## Other ## Other
- Work around build failures when building `bat` from vendored sources #3179 (@dtolnay) - Work around build failures when building `bat` from vendored sources #3179 (@dtolnay)
- Fixed some typos #3244 (@ssbarnea)
## Syntaxes ## Syntaxes

View File

@ -2021,7 +2021,7 @@
tests/syntax-tests/highlighted/Manpage/bat-0.16.man:243: BAT(1) tests/syntax-tests/highlighted/Manpage/bat-0.16.man:243: BAT(1)
tests/syntax-tests/highlighted/Svelte/App.svelte:30: // This block is a regression test for a bat panic when a LiveScript syntax definition is missing tests/syntax-tests/highlighted/Svelte/App.svelte:30: // This block is a regression test for a bat panic when a LiveScript syntax definition is missing
tests/syntax-tests/highlighted/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064) tests/syntax-tests/highlighted/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064)
tests/syntax-tests/highlighted/Java/test.java:3:/* This Java program was submiited to help bat tests/syntax-tests/highlighted/Java/test.java:3:/* This Java program was submitted to help bat
tests/syntax-tests/highlighted/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg") tests/syntax-tests/highlighted/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg")
tests/syntax-tests/highlighted/HTML/test.html:5: <title>Bat Syntax Test</title> tests/syntax-tests/highlighted/HTML/test.html:5: <title>Bat Syntax Test</title>
tests/syntax-tests/highlighted/Cpp/test.cpp:6:/* This C program was submitted to help bat tests/syntax-tests/highlighted/Cpp/test.cpp:6:/* This C program was submitted to help bat
@ -2119,7 +2119,7 @@
tests/syntax-tests/source/Svelte/App.svelte:30: // This block is a regression test for a bat panic when a LiveScript syntax definition is missing tests/syntax-tests/source/Svelte/App.svelte:30: // This block is a regression test for a bat panic when a LiveScript syntax definition is missing
tests/syntax-tests/source/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064) tests/syntax-tests/source/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064)
tests/syntax-tests/source/Git Config/LICENSE.md:1:The `test.gitconfig` file has been added from https://github.com/sharkdp/bat/pull/1336#issuecomment-715905807. Its "free to use". tests/syntax-tests/source/Git Config/LICENSE.md:1:The `test.gitconfig` file has been added from https://github.com/sharkdp/bat/pull/1336#issuecomment-715905807. Its "free to use".
tests/syntax-tests/source/Java/test.java:3:/* This Java program was submiited to help bat tests/syntax-tests/source/Java/test.java:3:/* This Java program was submitted to help bat
tests/syntax-tests/source/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg") tests/syntax-tests/source/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg")
tests/syntax-tests/source/HTML/test.html:5: <title>Bat Syntax Test</title> tests/syntax-tests/source/HTML/test.html:5: <title>Bat Syntax Test</title>
tests/syntax-tests/source/Cpp/test.cpp:6:/* This C program was submitted to help bat tests/syntax-tests/source/Cpp/test.cpp:6:/* This C program was submitted to help bat

View File

@ -1,6 +1,6 @@
import java.util.Scanner; import java.util.Scanner;
/* This Java program was submiited to help bat /* This Java program was submitted to help bat
 * with its syntax highlighting tests  * with its syntax highlighting tests
 */  */

View File

@ -1,6 +1,6 @@
import java.util.Scanner; import java.util.Scanner;
/* This Java program was submiited to help bat /* This Java program was submitted to help bat
* with its syntax highlighting tests * with its syntax highlighting tests
*/ */