summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-directive-code/literal.inc
blob: fa8f0ca0335f0effc1376d9a4b6d82c2c7d4ef7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Literally included file using Python highlighting

foo = "Including Unicode characters: üöä"

class Foo:
    pass

class Bar:
    def baz():
        pass

# comment after Bar class definition
def bar(): pass