sphinx/tests/roots/test-directive-code/literal-diff.inc
2017-02-13 00:04:15 +09:00

15 lines
230 B
C++

# Literally included file using Python highlighting
# -*- coding: utf-8 -*-
foo = "Including Unicode characters: üöä"
class Foo:
pass
class Bar:
def baz(self):
pass
# comment after Bar class
def bar(): pass