diff options
author | 2020-03-03 19:39:02 -0500 | |
---|---|---|
committer | 2020-03-03 19:39:02 -0500 | |
commit | fceb1a37df623649d191c3c1a881e5b0538b1391 (patch) | |
tree | 87a34dfc2397dc4afdaa0c8ec189f037300f458e /test/file_io | |
parent | 1618f5017abb3c9bacc9ba346bf22a936ef5dd06 (diff) | |
download | textadept-fceb1a37df623649d191c3c1a881e5b0538b1391.tar.gz textadept-fceb1a37df623649d191c3c1a881e5b0538b1391.zip |
Added test suite and API type checking for more helpful error messages.
Diffstat (limited to 'test/file_io')
-rw-r--r-- | test/file_io/binary | bin | 0 -> 65 bytes | |||
-rw-r--r-- | test/file_io/cp1252 | 1 | ||||
-rw-r--r-- | test/file_io/crlf | 3 | ||||
-rw-r--r-- | test/file_io/lf | 3 | ||||
-rw-r--r-- | test/file_io/utf16 | bin | 0 -> 90 bytes | |||
-rw-r--r-- | test/file_io/utf8 | 1 |
6 files changed, 8 insertions, 0 deletions
diff --git a/test/file_io/binary b/test/file_io/binary Binary files differnew file mode 100644 index 00000000..e4127eff --- /dev/null +++ b/test/file_io/binary diff --git a/test/file_io/cp1252 b/test/file_io/cp1252 new file mode 100644 index 00000000..9860f939 --- /dev/null +++ b/test/file_io/cp1252 @@ -0,0 +1 @@ +Copyright © 2007-2020 Mitchell. See LICENSE. diff --git a/test/file_io/crlf b/test/file_io/crlf new file mode 100644 index 00000000..c4806e92 --- /dev/null +++ b/test/file_io/crlf @@ -0,0 +1,3 @@ +foo
+bar
+baz
diff --git a/test/file_io/lf b/test/file_io/lf new file mode 100644 index 00000000..86e041da --- /dev/null +++ b/test/file_io/lf @@ -0,0 +1,3 @@ +foo +bar +baz diff --git a/test/file_io/utf16 b/test/file_io/utf16 Binary files differnew file mode 100644 index 00000000..8f935072 --- /dev/null +++ b/test/file_io/utf16 diff --git a/test/file_io/utf8 b/test/file_io/utf8 new file mode 100644 index 00000000..4278c33e --- /dev/null +++ b/test/file_io/utf8 @@ -0,0 +1 @@ +Copyright © 2007-2020 Mitchell. See LICENSE. |