From 478ddad9aaf837005f5401126f8872c0e3058bba Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 19 Dec 2024 15:32:19 -0500 Subject: Add Text:reversed() --- test/text.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/text.tm') 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"])! -- cgit v1.2.3