# HG changeset patch # User David A. Holland # Date 1370909989 14400 # Node ID 7e64b1dd0a2653fcf7ba72095314b32bc5f842d2 # Parent 4a5717f9b964b297a0cb6de7c7fa4e60d6f09130 improve the nested comment test diff -r 4a5717f9b964 -r 7e64b1dd0a26 tests/t23.c --- a/tests/t23.c Mon Jun 10 20:19:01 2013 -0400 +++ b/tests/t23.c Mon Jun 10 20:19:49 2013 -0400 @@ -1,4 +1,8 @@ /* +fnord1 /* +fnord2 */ foo +*/ +bar diff -r 4a5717f9b964 -r 7e64b1dd0a26 tests/t23.good --- a/tests/t23.good Mon Jun 10 20:19:01 2013 -0400 +++ b/tests/t23.good Mon Jun 10 20:19:49 2013 -0400 @@ -1,2 +1,4 @@ foo +*/ +bar