summaryrefslogtreecommitdiff
path: root/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-19 16:15:27 -0700
committerNed Deily <nad@acm.org>2011-07-19 16:15:27 -0700
commit2ea6fccf64596f84562b0a57a8d63847286bdf4c (patch)
treec8951e316d506a6a3cfd5a5cb990b7594acc114d /Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
parentc57ed91e0c1e5476076268e62a85b613ef88d21b (diff)
downloadcpython-git-2ea6fccf64596f84562b0a57a8d63847286bdf4c.tar.gz
Issue #12587: Correct faulty test file and reference in test_tokenize.
(Patch by Robert Xiao)
Diffstat (limited to 'Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt')
-rw-r--r--Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt b/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
index d8e6c803d5..04561e4847 100644
--- a/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
+++ b/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
# IMPORTANT: unlike the other test_tokenize-*.txt files, this file
# does NOT have the utf-8 BOM signature '\xef\xbb\xbf' at the start
# of it. Make sure this is not added inadvertently by your editor