/[gcl]/gcl/ansi-tests/with-input-from-string.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/with-input-from-string.lsp

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

revision 1.2 by pfdietz, Sun Sep 19 20:56:33 2004 UTC revision 1.3 by pfdietz, Mon Dec 13 13:45:33 2004 UTC
# Line 19  Line 19 
19    (with-input-from-string (s "abc") (declare (optimize speed)))    (with-input-from-string (s "abc") (declare (optimize speed)))
20    nil)    nil)
21    
22    (deftest with-input-from-string.3a
23      (with-input-from-string (s "abc")
24                              (declare (optimize speed))
25                              (declare (optimize space)))
26      nil)
27    
28  (deftest with-input-from-string.4  (deftest with-input-from-string.4
29    (with-input-from-string    (with-input-from-string
30     (s "abc")     (s "abc")

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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