We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output on Linux Mint Debian Edition (Debian GNU/Linux 12)
--- FAIL: TestExpandMacro (0.00s) spawn_test.go:55: %f -> ".." result "," spawn_test.go:55: %F -> "/home" result "/home/s-lmde/," spawn_test.go:55: %x -> "." result "," spawn_test.go:55: %X -> "/home" result "/home/s-lmde/," spawn_test.go:55: %m -> ".." result "," spawn_test.go:55: %M -> "/home" result "/home/s-lmde/," spawn_test.go:55: %~f -> .. result , spawn_test.go:55: %~F -> /home result /home/s-lmde/, spawn_test.go:55: %~x -> . result , spawn_test.go:55: %~X -> /home result /home/s-lmde/, spawn_test.go:55: %~m -> .. result , spawn_test.go:55: %~M -> /home result /home/s-lmde/, spawn_test.go:55: %%%f -> %%".." result %%"," spawn_test.go:55: %%%~f -> %%.. result %%, spawn_test.go:55: \%f%f -> %f".." result %f"," spawn_test.go:55: \%~f%~f -> %~f.. result %~f, spawn_test.go:55: %\f%f -> %f".." result %f"," spawn_test.go:55: %\~f%~f -> %~f.. result %~f, spawn_test.go:55: %AA%ff -> %AA".."f result %AA","f spawn_test.go:55: %~A~A%~ff -> %~A~A..f result %~A~A,f spawn_test.go:55: %m %f -> ".." ".." result "," "," spawn_test.go:55: %~f %f %~m -> .. ".." .. result , "," , FAIL
Output on FreeBSD:
--- FAIL: TestExpandMacro (0.00s) spawn_test.go:55: %f -> ".." result ".cache" spawn_test.go:55: %F -> "/home" result "/home/s/.cache" spawn_test.go:55: %x -> "." result ".cache" spawn_test.go:55: %X -> "/home" result "/home/s/" spawn_test.go:55: %m -> ".." result ".cache" spawn_test.go:55: %M -> "/home" result "/home/s/.cache" spawn_test.go:55: %~f -> .. result .cache spawn_test.go:55: %~F -> /home result /home/s/.cache spawn_test.go:55: %~x -> . result .cache spawn_test.go:55: %~X -> /home result /home/s/ spawn_test.go:55: %~m -> .. result .cache spawn_test.go:55: %~M -> /home result /home/s/.cache spawn_test.go:55: %%%f -> %%".." result %%".cache" spawn_test.go:55: %%%~f -> %%.. result %%.cache spawn_test.go:55: \%f%f -> %f".." result %f".cache" spawn_test.go:55: \%~f%~f -> %~f.. result %~f.cache spawn_test.go:55: %\f%f -> %f".." result %f".cache" spawn_test.go:55: %\~f%~f -> %~f.. result %~f.cache spawn_test.go:55: %AA%ff -> %AA".."f result %AA".cache"f spawn_test.go:55: %~A~A%~ff -> %~A~A..f result %~A~A.cachef spawn_test.go:55: %m %f -> ".." ".." result ".cache" ".cache" spawn_test.go:55: %~f %f %~m -> .. ".." .. result .cache ".cache" .cache
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Output on Linux Mint Debian Edition (Debian GNU/Linux 12)
Output on FreeBSD:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: