1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

test: add highlighted outputs for Tcl shebang regression tests

Generate highlighted test outputs for tclsh, wish, and expect
shebang detection files to prevent regressions.
This commit is contained in:
Matt Van Horn
2026-03-27 12:18:30 -07:00
parent e070d105b5
commit cafad6b036
5 changed files with 21 additions and 4 deletions
+2
View File
@@ -4201,6 +4201,8 @@ fn plain_without_diff_still_works() {
.assert()
.success()
.stdout("line 1\nline 2 modified\nline 3\nline 4 added\n");
}
#[test]
fn tcl_shebang_detection_tclsh() {
bat()