lib/lisp/tests/dox-tests.nydp in nydp-0.5.1 vs lib/lisp/tests/dox-tests.nydp in nydp-0.6.0
- old
+ new
@@ -1,7 +1,7 @@
(mac this-is-a-well-documented-macro (a b c)
- ; documentation for me!
+ ; documentation for this mac!
`(foo ,a ,b ,c))
(mac this-is-an-undocumented-macro (a b c)
`(baz ,a ,b ,c))
@@ -21,10 +21,10 @@
(hash-get (car:dox-lookup 'this-is-a-well-documented-macro) 'what)
mac)
("finds documentation for a documented macro"
(hash-get (car:dox-lookup 'this-is-a-well-documented-macro) 'texts)
- ("documentation for me!"))
+ ("documentation for this mac!"))
("finds arg names for a documented macro"
(hash-get (car:dox-lookup 'this-is-a-well-documented-macro) 'args)
(a b c))