![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#253: BABEL-TESTS fail to compile ---------------------------------------------+------------------------------ Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: interpreter | Version: 1.1.0-dev Keywords: quicklisp babel ansi-compilance | ---------------------------------------------+------------------------------ Comment(by mevenson): r14208 indeed fixes the problem with MOD, but then the following fails to work. In babel/tests/tests.lisp:99 for DEC.ASCII.3, the vector created to match the results from fails to be read. To duplicate in the REPL: {{{ (asdf:load-system :babel) (babel:enable-sharp-backslash-syntax) #(#\a #\Sub #\b #\c) }}} will signal an END-OF-FILE error. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/253#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear