We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ae1b4 commit 7021586Copy full SHA for 7021586
PSModuleDevelopment/functions/templating/New-PSMDTemplate.ps1
@@ -324,7 +324,7 @@
324
325
Chained together in a logical or, in order to avoid combination issues.
326
#>
327
- $pattern = "$($Identifier)([^{}!]+?)$($Identifier)|$($Identifier)!([^{}!]+?)!$($Identifier)|$($Identifier){(.+?)}$($Identifier)"
+ $pattern = "$($Identifier)([^{}!]+?)$($Identifier)|$($Identifier)!([^{}!]+?)!$($Identifier)|(?ms)$($Identifier){(.+?)}$($Identifier)"
328
#endregion Regex
329
330
$name = $Item.Name
0 commit comments