/[gcl]/gcl/ansi-tests/character.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/character.lsp

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

revision 1.8 by pfdietz, Mon Feb 17 04:22:03 2003 UTC revision 1.9 by pfdietz, Sun Feb 23 20:43:52 2003 UTC
# Line 574  Line 574 
574    t)    t)
575    
576  (deftest char-name.2  (deftest char-name.2
577    (string= (char-name #\Space) "Space")    (notnot-mv (string= (char-name #\Space) "Space"))
578    t)    t)
579    
580  (deftest char-name.3  (deftest char-name.3
581    (string= (char-name #\Newline) "Newline")    (notnot-mv (string= (char-name #\Newline) "Newline"))
582    t)    t)
583    
584  ;;; Check that the names of various semi-standard characters are  ;;; Check that the names of various semi-standard characters are

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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