summaryrefslogtreecommitdiff
path: root/unit-tests/varmod-to-separator.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/varmod-to-separator.mk')
-rw-r--r--unit-tests/varmod-to-separator.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/unit-tests/varmod-to-separator.mk b/unit-tests/varmod-to-separator.mk
index 89aa3d978bee..08c6126ecc68 100644
--- a/unit-tests/varmod-to-separator.mk
+++ b/unit-tests/varmod-to-separator.mk
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-to-separator.mk,v 1.6 2020/11/01 14:36:25 rillig Exp $
+# $NetBSD: varmod-to-separator.mk,v 1.7 2020/11/15 20:20:58 rillig Exp $
#
# Tests for the :ts variable modifier, which joins the words of the variable
# using an arbitrary character as word separator.
@@ -166,4 +166,10 @@ WORDS= one two three four five six
. info This line is not reached.
.endif
+# TODO: This modifier used to accept decimal numbers as well, in the form
+# ':ts\120'. When has this been changed to octal, and what happens now
+# for ':ts\90' ('Z' in decimal ASCII, undefined in octal)?
+
+# TODO: :ts\x1F600
+
all: