``` function New-File { } function New-File($Name) { } function NewFile($Name) { } ``` First case is OK. In the second case function's name matched as `support.function.generic.powershell`. In the last case name isn't matched at all.
First case is OK. In the second case function's name matched as
support.function.generic.powershell. In the last case name isn't matched at all.