fix '(a #{.} b)
authorAndy Wingo <wingo@pobox.com>
Fri, 1 Jul 2011 10:20:52 +0000 (12:20 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 1 Jul 2011 10:20:52 +0000 (12:20 +0200)
commit1f7945a768a8df06ad208ed2846dfe4f92e1515a
tree9ccebc38507d0c6eca051fedc7c3cea70dabad69
parentb8441577f9954053a90981a5c134aa43f341f712
fix '(a #{.} b)

* libguile/read.c (scm_read_sexp): Don't confuse `#{.}#' with `.' for
  the purpose of reading dotted pairs.  Thanks to CRLF0710 for the
  report.

* test-suite/tests/reader.test ("#{}#"): Add test.
libguile/read.c
test-suite/tests/reader.test