1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-10 20:01:45 +00:00
Files
sharkdp--bat/tests/syntax-tests/highlighted/Tcl/wish_shebang
T
Matt Van Horn cafad6b036 test: add highlighted outputs for Tcl shebang regression tests
Generate highlighted test outputs for tclsh, wish, and expect
shebang detection files to prevent regressions.
2026-04-18 06:39:51 -07:00

246 B
Vendored

#!/usr/bin/wish
# Tk script detected via wish shebang
package require Tk
button .b -text "Click" -command {puts "clicked"}
pack .b