#!/bin/sh . test/lib.sh begin "Ignore comments" scdoc </dev/null test(8) ; this is a comment Hello world! EOF end 1 begin "Fail on invalid comments" scdoc </dev/null test(8) ;this is an invalid comment Hello world! EOF end 1