# File test/src/simple_parser_test.rb, line 331
  def testBlockComment
    cmt =comment_block('/*', '*/')
    assertParser('/*abc*/', nil, cmt)
    assertError('/*abcd ', '"*/" expected', cmt, 7)
  end