File tree Expand file tree Collapse file tree
test/powershell/Host/TabCompletion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1279,7 +1279,7 @@ class InheritedClassTest : System.Attribute
12791279 # # if $PSHOME contains a space tabcompletion adds ' around the path
12801280 @ { inputStr = ' cd $PSHOME\Modu' ; expected = if ($PSHOME.Contains (' ' )) { " '$ ( Join-Path $PSHOME ' Modules' ) '" } else { Join-Path $PSHOME ' Modules' }; setup = $null }
12811281 @ { inputStr = ' cd "$PSHOME\Modu"' ; expected = " `" $ ( Join-Path $PSHOME ' Modules' ) `" " ; setup = $null }
1282- @ { inputStr = ' $PSHOME\System.Management.Au' ; expected = if ($PSHOME.Contains (' ' )) { " `& '$ ( Join-Path $PSHOME ' System.Management.Automation.dll' ) '" } else { Join-Path $PSHOME ' System.Management.Automation.dll' ; Setup = $null } }
1282+ @ { inputStr = ' $PSHOME\System.Management.Au' ; expected = if ($PSHOME.Contains (' ' )) { " `& '$ ( Join-Path $PSHOME ' System.Management.Automation.dll' ) '" } else { Join-Path $PSHOME ' System.Management.Automation.dll' } ; Setup = $null }
12831283 @ { inputStr = ' "$PSHOME\System.Management.Au"' ; expected = " `" $ ( Join-Path $PSHOME ' System.Management.Automation.dll' ) `" " ; setup = $null }
12841284 @ { inputStr = ' & "$PSHOME\System.Management.Au"' ; expected = " `" $ ( Join-Path $PSHOME ' System.Management.Automation.dll' ) `" " ; setup = $null }
12851285 # # tab completion AST-based tests
You can’t perform that action at this time.
0 commit comments