-2007-09-21 TAKAHASHI Kaoru <kaoru@kaisei.org>
-
- * test-ptexinfmt.el (test-texinfo-format-special-char): New
- testcase.
-
2006-11-03 Yoichi NAKAYAMA <yoichi@geiin.org>
* test-wl-draft.el: New file.
(not
(string= (wl-unique-id)
(progn (sleep-for 1) (wl-unique-id))))))
-
-(luna-define-method test-wl-repeat-string ((case test-wl-util))
- "Should be empty testcase."
- (lunit-assert
- (string= "" (wl-repeat-string "string" 0))) ; nil expected?
- (lunit-assert
- (string= "" (wl-repeat-string "" 99))))