/
githubmirror
/
CS-Notes
Обзор
Документация
Войти
/
githubmirror
/
CS-Notes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_style/prism-master/tests/languages/javascript/function_feature.test
29 строк
987 B
CyC2018
use prism-tomorrow.css
19 дек 2018, 09:09
19 дек 2018, 09:09
e9e604e
Код
Авторство
О чём код?
foo() foo () foo_bar() foo_bar ( ) f42() _() $() ಠ_ಠ() Ƞȡ_҇() if(notAFunction) ---------------------------------------------------- [ ["function", "foo"], ["punctuation", "("], ["punctuation", ")"], ["function", "foo"], ["punctuation", "("], ["punctuation", ")"], ["function", "foo_bar"], ["punctuation", "("], ["punctuation", ")"], ["function", "foo_bar"], ["punctuation", "("], ["punctuation", ")"], ["function", "f42"], ["punctuation", "("], ["punctuation", ")"], ["function", "_"], ["punctuation", "("], ["punctuation", ")"], ["function", "$"], ["punctuation", "("], ["punctuation", ")"], ["function", "ಠ_ಠ"], ["punctuation", "("], ["punctuation", ")"], ["function", "Ƞȡ_҇"], ["punctuation", "("], ["punctuation", ")"], ["keyword", "if"], ["punctuation", "("], "notAFunction", ["punctuation", ")"] ] ---------------------------------------------------- Checks for functions. Also checks for unicode characters in identifiers.