jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/python/function_feature.test
2016-02-03 18:00:01 -05:00

15 lines
363 B
Plaintext

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.