diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-21 18:29:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-21 18:29:25 (GMT) |
commit | 91751143ebae8db295a7e15b4aeb831ea43ca123 (patch) | |
tree | 33e862345fd64c4acc0874cf5bf1f84f05ee43c3 /Lib/test/output | |
parent | cd1b1dd6d29f81df560286f4838fefeae0af6cd8 (diff) | |
download | cpython-91751143ebae8db295a7e15b4aeb831ea43ca123.zip cpython-91751143ebae8db295a7e15b4aeb831ea43ca123.tar.gz cpython-91751143ebae8db295a7e15b4aeb831ea43ca123.tar.bz2 |
Add test cases for the fnmatch module.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_fnmatch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_fnmatch b/Lib/test/output/test_fnmatch new file mode 100644 index 0000000..a9a9070 --- /dev/null +++ b/Lib/test/output/test_fnmatch @@ -0,0 +1 @@ +test_fnmatch |