Changeset 39835 in project
- Timestamp:
- 04/05/21 00:53:29 (2 weeks ago)
- Location:
- release/5/string-utils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/string-utils/trunk/string-utils.egg
r39831 r39835 3 3 4 4 ((synopsis "String Utilities") 5 (version "2. 4.1")5 (version "2.5.0") 6 6 (category data) 7 7 (author "Kon Lovett") -
release/5/string-utils/trunk/tests/string-utils-test.scm
r39831 r39835 133 133 (test "foo" (string-longest-common-suffix '("bazfoo" "barfoo"))) 134 134 135 (test '(("a" "b" "c") ("." ",")) (receive (string-unzip "a.b,c" ",."))) 136 (test "a.b,c" (string-zip '("a" "b" "c") '("." ","))) 135 (test "a.b,c" (apply string-zip (receive (string-unzip "a.b,c" ",.")))) 137 136 ) 138 137
Note: See TracChangeset
for help on using the changeset viewer.