Skip to content

Commit 9687a29

Browse files
committed
Fix multi-line
1 parent 875eb15 commit 9687a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsc/tests/dsc_expressions.tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Describe 'Expressions tests' {
7272
$out = dsc config get -f $yamlPath | ConvertFrom-Json
7373
$LASTEXITCODE | Should -Be 0
7474
$out.results[0].result.actualState.output | Should -BeExactly @"
75-
This is a
76-
'multi-line'
77-
string.
75+
This is a
76+
'multi-line'
77+
string.
7878
7979
"@.Replace("`r", "")
8080
$out.results[1].result.actualState.output | Should -BeExactly "This is a single-quote: '"

0 commit comments

Comments
 (0)