lib/lisp/tests/pretty-print-tests.nydp in nydp-0.1.4 vs lib/lisp/tests/pretty-print-tests.nydp in nydp-0.1.5
- old
+ new
@@ -23,8 +23,12 @@
("special syntax"
(pp '(string-pieces "hello " (bang-syntax || (dot-syntax x y (ampersand-syntax foo bar))) " and welcome to " (prefix-list "%%" (a b c d)) " and friends!"))
"\"hello ~~!x.y.foo&bar and welcome to ~~%%(a b c d) and friends!\"")
+ ("perent-syntax"
+ (pp '(percent-syntax || (dot-syntax x y)))
+ "%x.y")
+
("brace list"
(pp '(&x {a 1 b "two" c 'three d ,four e (sub invocation) f {sub brace list} }))
"(&x {a 1 b \"two\" c 'three d ,four e (sub invocation) f {sub brace list}})"))