/[gcl]/gcl/ansi-tests/string-right-trim.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/string-right-trim.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pfdietz, Fri Jan 3 04:28:38 2003 UTC revision 1.5 by pfdietz, Mon Jan 13 14:11:51 2003 UTC
# Line 141  Line 141 
141    (string-right-trim "abc" (copy-seq "abcabcabc"))    (string-right-trim "abc" (copy-seq "abcabcabc"))
142    "")    "")
143    
144    ;;; Error cases
145    
146    (deftest string-right-trim.error.1
147      (classify-error (string-right-trim))
148      program-error)
149    
150    (deftest string-right-trim.error.2
151      (classify-error (string-right-trim "abc"))
152      program-error)
153    
154    (deftest string-right-trim.error.3
155      (classify-error (string-right-trim "abc" "abcdddabc" nil))
156      program-error)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26