unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#40235: Failing snippets in sxml-match manual page
@ 2020-03-26  8:09 Arun Isaac
  0 siblings, 0 replies; only message in thread
From: Arun Isaac @ 2020-03-26  8:09 UTC (permalink / raw)
  To: 40235

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-26  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  8:09 bug#40235: Failing snippets in sxml-match manual page Arun Isaac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).