/
githubmirror
/
CS-Notes
Обзор
Документация
Войти
/
githubmirror
/
CS-Notes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_style/prism-master/tests/languages/powershell/issue1407.test
43 строки
905 B
CyC2018
use prism-tomorrow.css
19 дек 2018, 09:09
19 дек 2018, 09:09
e9e604e
Код
Авторство
О чём код?
While($true){ Write-Output "$($($InFiles | Where-Object {$_.ToCopy -eq 0}).count)" } ---------------------------------------------------- [ ["keyword", "While"], ["punctuation", "("], ["boolean", "$true"], ["punctuation", ")"], ["punctuation", "{"], ["function", "Write-Output"], ["string", [ "\"", ["function", [ "$", ["punctuation", "("], "$", ["punctuation", "("], ["variable", "$InFiles"], ["punctuation", "|"], ["function", "Where-Object"], ["punctuation", "{"], ["variable", "$_"], ["punctuation", "."], "ToCopy ", ["operator", "-eq"], " 0", ["punctuation", "}"], ["punctuation", ")"], ["punctuation", "."], "count", ["punctuation", ")"] ]], "\"" ]], ["punctuation", "}"] ] ---------------------------------------------------- Checks for nested expressions in strings. See #1407