summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mime-detection/list1
-rw-r--r--tests/mime-detection/test.pyi1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/mime-detection/list b/tests/mime-detection/list
index ee124de0..a9079f92 100644
--- a/tests/mime-detection/list
+++ b/tests/mime-detection/list
@@ -387,6 +387,7 @@ test_issue127.py text/x-python ox
# Python 3 script
test3.py text/x-python3 x
test.py3 text/x-python3
+test.pyi text/x-python3 ox
# PySide
pyside.py text/x-python
# SageMath
diff --git a/tests/mime-detection/test.pyi b/tests/mime-detection/test.pyi
new file mode 100644
index 00000000..d02057be
--- /dev/null
+++ b/tests/mime-detection/test.pyi
@@ -0,0 +1 @@
+def func() -> None: ...