aboutsummaryrefslogtreecommitdiff
path: root/tests/util.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-08-24 19:40:36 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-08-24 19:40:36 +0200
commit9b56ebd22e3267cedc839e11ee31d69928214ce5 (patch)
tree2ae82115a4de42cc37c37dc3a9392976928302a4 /tests/util.scm
parentAdd tests for iCal unknown key warnings. (diff)
downloadcalp-9b56ebd22e3267cedc839e11ee31d69928214ce5.tar.gz
calp-9b56ebd22e3267cedc839e11ee31d69928214ce5.tar.xz
Allow partial change and removal of XML Namespaces.
Changing the error to a returnu allows a partial namespace change map, which can sometimes be usefull (and should hopefully not lead to any issues here). Changing assoc-ref to assoc allows the removal of namespaces, since assoc-ref can't differentiate between a match with #f in its cdr, and no match. (assoc-ref '((a . #f)) 'a) ⇒ #f (assoc-ref '((a . #f)) 'b) ⇒ #f
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions