summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-09-12 06:37:42 (GMT)
committerGitHub <noreply@github.com>2023-09-12 06:37:42 (GMT)
commit1110c5bc828218086f6397ec05a9312fb73ea30a (patch)
treee552ff4258e48bb6131e3b2cc2f8b397ee3e4cc0 /.gitattributes
parent8c813faf864ac1d788a3efc45b4e76c1c3c3b340 (diff)
downloadcpython-1110c5bc828218086f6397ec05a9312fb73ea30a.zip
cpython-1110c5bc828218086f6397ec05a9312fb73ea30a.tar.gz
cpython-1110c5bc828218086f6397ec05a9312fb73ea30a.tar.bz2
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index e05ff90..8c37dbb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -24,7 +24,7 @@ PC/classicAppCompat.* binary
[attr]noeol -text
Lib/test/cjkencodings/* noeol
-Lib/test/coding20731.py noeol
+Lib/test/tokenizedata/coding20731.py noeol
Lib/test/decimaltestdata/*.decTest noeol
Lib/test/test_email/data/*.txt noeol
Lib/test/test_importlib/resources/data01/* noeol