sphinx/tests/roots/test-directive-code/literal-diff.inc
2019-01-02 21:53:07 +09:00

14 lines
206 B
C++

# 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