aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv_unix_test.go
AgeCommit message (Expand)Author
2020-12-20Support multiple colon-separated commands in `BROWSER`Teddy Wing
2020-12-20Connect `Stdout` and `Stderr` to browser commandTeddy Wing
2020-12-20Escape single quotes in URLTeddy Wing
2020-12-20Handle `%s` format string for URL in `BROWSER` variableTeddy Wing
2020-12-20TestBrowserCommand: Convert to table-driven testTeddy Wing
2020-12-19Add `BROWSER` support to `OpenURL()`Teddy Wing