aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/text.tm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm
index 26fd4c63..a95764df 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -292,6 +292,9 @@ func main():
>> "abcde":starts_with("cd")
= no
+ >> ("hello" ++ " " ++ "Amélie"):reversed()
+ = "eilémA olleh" : Text
+
do:
!! Testing concatenation-stability:
>> ab := Text.from_codepoint_names(["LATIN SMALL LETTER E", "COMBINING VERTICAL LINE BELOW"])!