jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/python/function_feature.test

15 lines
363 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
def Foo(
def foo_bar_42(
def _(
----------------------------------------------------
[
["keyword", "def"], ["function", "Foo"], ["punctuation", "("],
["keyword", "def"], ["function", "foo_bar_42"], ["punctuation", "("],
["keyword", "def"], ["function", "_"], ["punctuation", "("]
]
----------------------------------------------------
Checks for functions.