/
githubmirror
/
CS-Notes
Обзор
Документация
Войти
/
githubmirror
/
CS-Notes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_style/prism-master/tests/languages/parser/function_feature.test
48 строк
1 KB
CyC2018
use prism-tomorrow.css
19 дек 2018, 09:09
19 дек 2018, 09:09
e9e604e
Код
Авторство
О чём код?
@foo[] @GET_foo[] @SET_foo[] ^foo[] ^Foo::create[] ^date::now[] ^foo_bar.menu{} (^foo[]) <div class="^foo[]"> ---------------------------------------------------- [ ["function", ["@foo"]], ["punctuation", "["], ["punctuation", "]"], ["function", ["@", ["keyword", "GET_"], "foo"]], ["punctuation", "["], ["punctuation", "]"], ["function", ["@", ["keyword", "SET_"], "foo"]], ["punctuation", "["], ["punctuation", "]"], ["function", ["^foo"]], ["punctuation", "["], ["punctuation", "]"], ["function", ["^Foo", ["punctuation", "::"], "create"]], ["punctuation", "["], ["punctuation", "]"], ["function", ["^date", ["punctuation", "::"], "now"]], ["punctuation", "["], ["punctuation", "]"], ["function", ["^foo_bar", ["punctuation", "."], "menu"]], ["punctuation", "{"], ["punctuation", "}"], ["expression", [ ["punctuation", "("], ["function", ["^foo"]], ["punctuation", "["], ["punctuation", "]"], ["punctuation", ")"] ]], ["tag", [ ["tag", [ ["punctuation", "<"], "div" ]], ["attr-name", ["class"]], ["attr-value", [ ["punctuation", "="], ["punctuation", "\""], ["function", ["^foo"]], ["parser-punctuation", "["], ["parser-punctuation", "]"], ["punctuation", "\""] ]], ["punctuation", ">"] ]] ] ---------------------------------------------------- Checks for functions and methods.