diff options
Diffstat (limited to 'man/man3/tomo-Text.without_suffix.3')
| -rw-r--r-- | man/man3/tomo-Text.without_suffix.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/man3/tomo-Text.without_suffix.3 b/man/man3/tomo-Text.without_suffix.3 index d5510b77..45d818a7 100644 --- a/man/man3/tomo-Text.without_suffix.3 +++ b/man/man3/tomo-Text.without_suffix.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.without_suffix 3 2025-04-30 "Tomo man-pages" +.TH Text.without_suffix 3 2025-09-21 "Tomo man-pages" .SH NAME Text.without_suffix \- remove suffix .SH LIBRARY @@ -30,8 +30,6 @@ A text without the given suffix (if present) or the unmodified text if the suffi .SH EXAMPLES .EX ->> "baz.foo".without_suffix(".foo") -= "baz" ->> "qux".without_suffix(".foo") -= "qux" +assert "baz.foo".without_suffix(".foo") == "baz" +assert "qux".without_suffix(".foo") == "qux" .EE |
