1 2 3 4 5 6 7 8 9
// expect: total=9 code=5 comment=3 blank=1 shebang=0 // simple ejs fixture <div> <% const name = "world"; %> <!-- mid-comment --> <%= name %> </div> <span>done</span>