Codebase list filtergen / HEAD t / t_10_goodcomment
HEAD

Tree @HEAD (Download .tar.gz)

t_10_goodcomment @HEADraw · history · blame

#!/bin/sh -x

TEST="that c style comments with nested /* are scanned correctly"

testdir=`dirname $0`
. $testdir/testlib

./scan < $testdir/data/scanner10.in > $work/out
if test $? -ne 0 ; then no_result ; fi

compare $testdir/data/scanner10.out $work/out

# got this far?
pass