summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-directive-code/literal-diff.inc
blob: f9c21e32b8d6ab7b7f163cc027609d934bc4070c (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(self):
        pass

# comment after Bar class
def bar(): pass