diff options
Diffstat (limited to 'tests/extmod/vfs_fat_fileio.py.exp')
-rw-r--r-- | tests/extmod/vfs_fat_fileio.py.exp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/extmod/vfs_fat_fileio.py.exp b/tests/extmod/vfs_fat_fileio.py.exp new file mode 100644 index 0000000000..c438bc850c --- /dev/null +++ b/tests/extmod/vfs_fat_fileio.py.exp @@ -0,0 +1,22 @@ +<io.TextIOWrapper > +True +True +True +True +hello!world! +12 +h +e +True +d +True +True +True +True +True +b'data in file' +True +['sub_file.txt', 'file.txt'] +['foo_file.txt', 'foo_dir', 'moved-to-root.txt'] +['moved-to-root.txt'] +ENOSPC: True |