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

foo = "Including Unicode characters: üöä"  # This will be changed

class FooOrig:
    pass

class BarOrig:
    def baz():
        pass

def bar(): pass