From: Tim Vieira Date: Thu, 11 Jul 2013 15:46:06 +0000 (-0400) Subject: minor cleanups X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=a2ae581e7fea00ac0aaf821d92a8f6815c0fd61a;p=dyna2 minor cleanups --- diff --git a/test/repl/list.dynadoc b/test/repl/list.dynadoc index 16b2b88..bb71993 100644 --- a/test/repl/list.dynadoc +++ b/test/repl/list.dynadoc @@ -124,12 +124,12 @@ testbool = false. | thingsbag bag= 1. | thingsbag bag= 1. | thingsbag bag= 2. -| thingsbag bag= true. % XREF:bool +| thingsbag bag= true. | | thingset set= "three". | thingset set= 1. | thingset set= 1. -| thingset set= true. % XREF:bool should appear separately in set, +| thingset set= true. | thingset set= 2. Changes