Home | History | Annotate | Download | only in tests

Lines Matching refs:comment_line

76 	if (comment_line(""))
77 error("comment_line is true for \"\"");
78 if (comment_line("\n"))
79 error("comment_line is true for \n");
80 if (!comment_line("#"))
81 error("comment_line is false for #");
82 if (!comment_line(" #"))
83 error("comment_line is false for \" #\"");
85 if (!comment_line("\n#"))
86 error("comment_line is false for \\n#");
87 if (!comment_line("\t#"))
88 error("comment_line is false for \\t#");