fix reading of #||||#
authorAndy Wingo <wingo@pobox.com>
Wed, 5 Oct 2011 18:41:11 +0000 (20:41 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 5 Oct 2011 18:41:15 +0000 (20:41 +0200)
commit6d5f8c324e6c5f4fda155329eab6dade43ac5ffe
treea79ab7698d54abc78d91503c44aff952d521bb7d
parent21524430e9d821014d6c0efbe4df74c12179c072
fix reading of #||||#

* libguile/read.c (scm_read_r6rs_block_comment):
* test-suite/tests/reader.test ("reading"): Fix reading of #||||#,
  originally reported in bug debbugs.gnu.org/9672, by Bruno Haible.
  Thanks, Bruno!
libguile/read.c
test-suite/tests/reader.test