mirror of
https://github.com/sharkdp/bat
synced 2026-06-09 10:03:18 +00:00
cafad6b036
Generate highlighted test outputs for tclsh, wish, and expect shebang detection files to prevent regressions.
291 B
Vendored
291 B
Vendored
#!/usr/bin/env tclsh
# Tcl script detected via tclsh shebang
puts "Hello from tclsh"
set x 42
if {$x > 0} {
puts "positive"
}
# Tcl script detected via tclsh shebang
puts "Hello from tclsh"
set x 42
if {$x > 0} {
puts "positive"
}