Skip to content

Commit d84d3fe

Browse files
committed
add example
1 parent 490d3b4 commit d84d3fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bin/test-file.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ string.'
5050

5151
"""This is a string."""
5252
`""This is a string."`"
53+
`"This is not a literal string.`"
5354

5455
# Subexpressions cause powershell to reparse, so double quotes are ok.
5556
"String with embedded complex subexpression: $(get-item "$mypath/*.*" | out-string)."

0 commit comments

Comments
 (0)