aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2017-12-05 17:07:52 -0500
committerGravatar John Hood <cgull@glup.org>2018-08-29 22:44:04 -0400
commit71829ff631931faef19099c89d554a2b870a9378 (patch)
tree5ddcbdd444f64239aa8368a7e5f63a93aa3cc518 /src
parentfecd4ee29b7e7a6b63c60e2e52940d050e18a99b (diff)
unicode-later-combining.test: Document slightly.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tests/unicode-later-combining.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/unicode-later-combining.test b/src/tests/unicode-later-combining.test
index da0894c..a1ca0ad 100755
--- a/src/tests/unicode-later-combining.test
+++ b/src/tests/unicode-later-combining.test
@@ -5,6 +5,10 @@
# page, a combining character drawn on a cell after returning the
# cursor to that cell.
#
+# We print 'COMBINING CIRCUMFLEX ACCENT' (U+0302) onto an unused cell.
+# We expect Mosh to output U+0020, U+0302 for that character cell (or
+# possibly U+00A0, U+0302).
+#
# XXX This test is fragile because it depends on tmux's unicode rendering.
# The baseline and variant tests produce different (but valid) outputs
# that are visually identical. The variant test is not run or validated.