From f8be1b0e2b94fdc721d64a2235b7904641c39a5b Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Tue, 20 Jul 2021 14:22:11 +0200 Subject: [PATCH] start documenting manual tests --- tests/README.md | 21 +++++++++++++++++++++ tests/{ => text-files}/9x15.repertoire-utf8 | 0 tests/{ => text-files}/GLASS.utf8 | 0 tests/{ => text-files}/UTF-8-demo.txt | 0 tests/{ => text-files}/boxes.txt | 0 tests/{ => text-files}/cat_test_urls | 0 tests/text-files/decomposed-hangul.txt | 2 ++ tests/{ => text-files}/emoji_test.txt | 0 tests/{unicode.txt => unicode.py} | 0 9 files changed, 23 insertions(+) create mode 100644 tests/README.md rename tests/{ => text-files}/9x15.repertoire-utf8 (100%) rename tests/{ => text-files}/GLASS.utf8 (100%) rename tests/{ => text-files}/UTF-8-demo.txt (100%) rename tests/{ => text-files}/boxes.txt (100%) rename tests/{ => text-files}/cat_test_urls (100%) create mode 100644 tests/text-files/decomposed-hangul.txt rename tests/{ => text-files}/emoji_test.txt (100%) rename tests/{unicode.txt => unicode.py} (100%) diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 00000000..eaed7128 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,21 @@ +Manual testcases +---------------- + +This directory contains various files and programs for manual testing of issues +discovered in the past. + + +Text files +========== + +Just run `cat filename` in Konsole to verify that they are working. If +rendering related, open in a competent graphical text editor to compare and/or +in other terminal emulators. + + - [Decomposed hangul: Testcase for commit 43744097](textfiles/text-files/decomposed-hangul.txt) + - [Characters available in 9x15, encoded in UTF-8](text-files/9x15.repertoire-utf8) + - [Box characters](text-files/boxes.txt) + - [Various URLs](text-files/cat_test_urls) + - [UTF-8 test file from the Kermit project](text-files/GLASS.utf8) + - [Emojis](text-files/emoji_test.txt) + - [Markus Kuhn's UTF-8 sample](text-files/UTF-8-demo.txt) diff --git a/tests/9x15.repertoire-utf8 b/tests/text-files/9x15.repertoire-utf8 similarity index 100% rename from tests/9x15.repertoire-utf8 rename to tests/text-files/9x15.repertoire-utf8 diff --git a/tests/GLASS.utf8 b/tests/text-files/GLASS.utf8 similarity index 100% rename from tests/GLASS.utf8 rename to tests/text-files/GLASS.utf8 diff --git a/tests/UTF-8-demo.txt b/tests/text-files/UTF-8-demo.txt similarity index 100% rename from tests/UTF-8-demo.txt rename to tests/text-files/UTF-8-demo.txt diff --git a/tests/boxes.txt b/tests/text-files/boxes.txt similarity index 100% rename from tests/boxes.txt rename to tests/text-files/boxes.txt diff --git a/tests/cat_test_urls b/tests/text-files/cat_test_urls similarity index 100% rename from tests/cat_test_urls rename to tests/text-files/cat_test_urls diff --git a/tests/text-files/decomposed-hangul.txt b/tests/text-files/decomposed-hangul.txt new file mode 100644 index 00000000..ac88fd5f --- /dev/null +++ b/tests/text-files/decomposed-hangul.txt @@ -0,0 +1,2 @@ +ཧྐྵྨླྺྼྻྂ + diff --git a/tests/emoji_test.txt b/tests/text-files/emoji_test.txt similarity index 100% rename from tests/emoji_test.txt rename to tests/text-files/emoji_test.txt diff --git a/tests/unicode.txt b/tests/unicode.py similarity index 100% rename from tests/unicode.txt rename to tests/unicode.py