Warning, /utilities/konsole/tests/README.md is written in an unsupported language. File is not indexed.

0001 Manual testcases
0002 ----------------
0003 
0004 This directory contains various files and programs for manual testing of issues
0005 discovered in the past.
0006 
0007 The legacy directory contains some tests whose purpose have been lost to time.
0008 If you know how to use them please update this README.
0009 
0010 
0011 Text files
0012 ==========
0013 
0014 Just run `cat filename` in Konsole to verify that they are working. If
0015 rendering related, open in a competent graphical text editor to compare and/or
0016 in other terminal emulators.
0017 
0018  - [Various URLs](text-files/cat_test_urls.txt)
0019  - [Emojis](text-files/emoji_test.txt)
0020  - [Box characters](text-files/boxes.txt)
0021  - [URL escape sequences](text-files/url-escape-sequences.txt): Hides the real URL that is opened if clicked.
0022  - [Characters available in 9x15, encoded in UTF-8](text-files/9x15.repertoire-utf8.txt)
0023  - [UTF-8 decomposed hangul character](textfiles/text-files/decomposed-hangul.txt): Testcase for commit 43744097.
0024  - [UTF-8 test file from the Kermit project](text-files/GLASS.utf8.txt)
0025  - [Markus Kuhn's UTF-8 sample](text-files/UTF-8-demo.txt)
0026  - [UTF-8 stress test](text-files/UTF-8-test.txt)
0027 
0028 
0029 Features
0030 ========
0031 
0032  - [SGR formatting](features/sgr2-8-9-53.sh)
0033  - [Eterm ANSI formatting test, full](features/colortest.sh)
0034  - [Eterm ANSI formatting test, simplified](features/ct2.sh)
0035  - [Line block characters](features/line_block_characters_table.py)
0036  - [Signal tester](features/signaltests.c): Prints the signal it receives.
0037  - [Set window title](features/titletest.sh)
0038  - [Turn UTF-8 on or off](features/utf8.sh)
0039 
0040 
0041 Bugs
0042 ====
0043 
0044 Running these might trigger hanging or crashing.
0045 
0046  - [Long lines](bugs/bulktest.sh): Prints an infinitely long line.
0047  - [Combining characters](bugs/combining.py): Prints infinitely long combining character.
0048  - [Reflow crash](bugs/resize-test.sh): Fills a single line exactly to width.
0049  - [Spam stderr](bugs/spam-stderr.c): Prints to stderr as fast as possible. Testcase for commit ac59cc7e, bug 230184, "konsole hangs for a long time when lots of stderr output is performed".
0050  - [Problematic unicode characters](bugs/unicode.py): Testcase for bug 210329, "some unicode characters are displayed as whitespace".
0051 
0052 
0053 Various
0054 =======
0055  - [Ripple or reflow related](misc/ripple.c): Fills a specified width x height with text.