monaco-editor/test/samples/run-editor-sample-cr-ps1.txt

12 lines
334 B
Plaintext

# A line that ends only in CR(0x0D) and not LF (0x0A).
foreach($parameterSet in $ObjInfoArray)
{
# This line also ends only in CR(0x0D) and not LF (0x0A).
if ($parameterSet["class"] -eq "blank")
{
if ($XenCenterNodeSelected)
{
continue
}
$XenCenterNodeSelected = 1;
$SelectedObjectNames += "XenCenter"
}
}