summaryrefslogtreecommitdiff
path: root/tests/root/literal.inc.orig
blob: 14fd214c4d38231afd7c765f4d38bc99919ea383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Literally included file using Python highlighting
# -*- coding: utf-8 -*-

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

class FooOrig:
    pass

class BarOrig:
    def baz():
        pass

def bar(): pass