You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the form with a substring that contains spaces - either quoted or with an `-escaped space - unexpectedly didn't expand (expansion should occur as long as the ~/ prefix isn't quoted or escaped).
the escaped~ unexpected expanded nonetheless (equivalent of echo \~ in Bash).
even though the / after ~ was quoted, (~'/'), expansion still unexpectedly occurred.
Prerequisites
Steps to reproduce
Related:
Expected behavior
Actual behavior
That is:
the form with a substring that contains spaces - either quoted or with an
`-escaped space - unexpectedly didn't expand (expansion should occur as long as the~/prefix isn't quoted or escaped).the escaped
~unexpected expanded nonetheless (equivalent ofecho \~in Bash).even though the
/after~was quoted, (~'/'), expansion still unexpectedly occurred.Error details
No response
Environment data
Visuals
No response