bug#40235: Failing snippets in sxml-match manual page
Arun Isaac <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Two of the code snippets in "(guile) sxml-match" fail to evaluate. They are: * The first snippet in the "Matching the Unmatched Attributes" subsection @lisp (sxml-match '(a (@@ (z 1) (y 2) (x 3)) 4 5 6) ((a (@@ (y ,www) . ,qqq) ,t ,u ,v) (list www qqq t u v))) @end lisp * The snippet in the "Default Values in Attribute Patterns" subsection @lisp (sxml-match '(e 3 4 5) ((e (@@ (z (,d 1))) ,a ,b ,c) (list d a b c))) @end lisp
signature.asc
(application/pgp-signature, 487 B)
-----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl58Y1gACgkQLiXui2GA K7NKcggApLM93fwaCbsZpMSY9+rCkkm5DykYZxepQ5pmCHE6aYdLsSFTIIYty1R1 yPOJkjTsWriAhPnmihoHGvTeS2eLVqQHclBCZ8DEqU49EJqFdS0/LOZ5vc9I4reE D9awtuNcF5vvMFI4mD3nh9AMXcDtGQLSOhEujC2uN/bsNSi4WyfY8LFN57drPRe0 ZgYV47Y3c5cYD26KYM7IUXqSXBQgLRkQJ8UFR3nUYQ7S+s50+aRkFfUbAZXdiaF+ lgj1iVDqkWBakVhF1FsOWtcEREBSG6asYf88zZIGBj9zD9dmCrkY6gedwzT48K4W VIo8XpByIF5B5IwLPR+DsobZBxAssQ== =VRnM -----END PGP SIGNATURE-----