diff options
author | Georg Brandl <georg@python.org> | 2021-01-21 22:12:09 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2021-01-21 22:20:46 +0100 |
commit | a44725638565f3814dd806b8a13606eb46fa6c15 (patch) | |
tree | 0d8fd211ccc782dc70df8a247326336b29541183 /tests/examplefiles/cpp/example.cpp | |
parent | b40b0cca067c2e9c2f69c91abbd27e79ad243b42 (diff) | |
download | pygments-git-a44725638565f3814dd806b8a13606eb46fa6c15.tar.gz |
conftest: disallow error tokens in examplefiles
They are ok in small snippets to demonstrate error cases.
Also recode all examplefiles to UTF-8.
Diffstat (limited to 'tests/examplefiles/cpp/example.cpp')
-rw-r--r-- | tests/examplefiles/cpp/example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/cpp/example.cpp b/tests/examplefiles/cpp/example.cpp index 334e7ca7..c95ff58e 100644 --- a/tests/examplefiles/cpp/example.cpp +++ b/tests/examplefiles/cpp/example.cpp @@ -2,7 +2,7 @@ ansigenerator.cpp - description ------------------- begin : Jul 5 2004 - copyright : (C) 2004 by André Simon + copyright : (C) 2004 by André Simon email : andre.simon1@gmx.de ***************************************************************************/ |