diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 21:53:07 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 21:53:07 +0900 |
commit | 5428d94d24dce472e309a31abb3b880548ef92fb (patch) | |
tree | 3a4495dfd666e56c3660b73d1f60dbc532256a16 /tests/roots/test-directive-code/literal-diff.inc | |
parent | 860d7ab5062d348ac78dd984045356ea2bb33bb5 (diff) | |
download | sphinx-git-5428d94d24dce472e309a31abb3b880548ef92fb.tar.gz |
Remove coding magic comments from tests
Diffstat (limited to 'tests/roots/test-directive-code/literal-diff.inc')
-rw-r--r-- | tests/roots/test-directive-code/literal-diff.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/roots/test-directive-code/literal-diff.inc b/tests/roots/test-directive-code/literal-diff.inc index dc2ec3116..f9c21e32b 100644 --- a/tests/roots/test-directive-code/literal-diff.inc +++ b/tests/roots/test-directive-code/literal-diff.inc @@ -1,5 +1,4 @@ # Literally included file using Python highlighting -# -*- coding: utf-8 -*- foo = "Including Unicode characters: üöä" |