unlock a string test
This commit is contained in:
parent
d294330aa5
commit
0716ff8a03
|
@ -1151,7 +1151,7 @@
|
|||
;; (string-set! s 1 #\x1F700)
|
||||
;; s))
|
||||
|
||||
#;(test #t (string=? "" ""))
|
||||
(test #t (string=? "" ""))
|
||||
(test #t (string=? "abc" "abc" "abc"))
|
||||
(test #f (string=? "" "abc"))
|
||||
(test #f (string=? "abc" "aBc"))
|
||||
|
|
Loading…
Reference in New Issue