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

12 lines
334 B
Plaintext
Raw Normal View History

2016-06-10 01:25:58 +08:00
# 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"
}
}