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 ebadeb2 commit 69ba02bCopy full SHA for 69ba02b
Tests/Private/SetModuleContent.Tests.ps1
@@ -183,9 +183,9 @@ Describe "SetModuleContent" {
183
# Replacing CRLF to LF to support cross-platform testing.
184
$Content = (Get-Content TestDrive:\Output.psm1 -Raw) -replace '\r?\n', "`n"
185
186
- $Content | Should -Match "\#Region\ '\.\\Private\\First\.ps1'\ -1\n{1,}"
187
- $Content | Should -Match "\#Region\ '\.\\Private\\Second\.ps1'\ -1\n{1,}"
188
- $Content | Should -Match "\#Region\ '\.\\Public\\Third\.ps1'\ -1\n{1,}"
+ $Content | Should -Match "\#Region\ '\.\\Private\\First\.ps1'\ -1\n{2,}"
+ $Content | Should -Match "\#Region\ '\.\\Private\\Second\.ps1'\ -1\n{2,}"
+ $Content | Should -Match "\#Region\ '\.\\Public\\Third\.ps1'\ -1\n{2,}"
189
}
190
191
0 commit comments