-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
?<PowerShell_HelpField> is slightly incorrect.
It matches any whitespace after the field.
It should match any whitespace except a newline or carriage return.
Then it should match the carriage returns and newlines, and then match the Content of the field.
Additionally. ?<PowerShell_HelpField> does not locate the end correctly.
It looks for . followed by any word characters.
It should instead look for dot followed by any valid help field names.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working