Skip to content

Commit 2e44a08

Browse files
authored
Add SQL and SQLite3 MIME types to test_mimetypes.py
1 parent f31ac36 commit 2e44a08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_mimetypes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def check_extensions():
232232
("application/pdf", ".pdf"),
233233
("application/postscript", ".ps"),
234234
("application/rtf", ".rtf"),
235+
("application/sql", ".sql"),
235236
("application/texinfo", ".texi"),
236237
("application/toml", ".toml"),
237238
("application/vnd.apple.mpegurl", ".m3u"),
@@ -246,6 +247,7 @@ def check_extensions():
246247
("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", ".xlsx"),
247248
("application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".docx"),
248249
("application/vnd.rar", ".rar"),
250+
("application/vnd.sqlite3", ".sqlite3")
249251
("application/x-7z-compressed", ".7z"),
250252
("application/x-debian-package", ".deb"),
251253
("application/x-httpd-php", ".php"),

0 commit comments

Comments
 (0)