mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
cafad6b036
Generate highlighted test outputs for tclsh, wish, and expect shebang detection files to prevent regressions.
246 B
Vendored
246 B
Vendored
#!/usr/bin/wish
# Tk script detected via wish shebang
package require Tk
button .b -text "Click" -command {puts "clicked"}
pack .b
# Tk script detected via wish shebang
package require Tk
button .b -text "Click" -command {puts "clicked"}
pack .b