[make the test escape-sequences-in-string work again Henrik Hjelte **20061115155846] { hunk ./t/test.lisp 141 - ("u000B" . ,(code-char #x000b));;Vertical tab, too uncommon to bother with + ("u000b" . ,(code-char #x000b));;Vertical tab, too uncommon to bother with hunk ./t/test.lisp 146 - ("u001F" . ,(code-char #x001f));; character below 32 + ("u001f" . ,(code-char #x001f));; character below 32 hunk ./t/test.lisp 148 - ("uABCD" . ,(code-char #xabcd)))));; Really above ascii. + ("uabcd" . ,(code-char #xabcd)))));; Really above ascii. }