Lines Matching defs:error
17 void error(char const * str)
27 error("\"\" is not a prefix of \"\"");
29 error("\"\" is not a prefix of a");
31 error("a is not a prefix of a");
33 error("a is not a prefix of aa");
35 error("b is a prefix of a");
38 error("skip_ws of \"\" is not \"\"");
40 error("skip_ws of \\na is not a");
42 error("skip_ws of \\n\\na is not a");
44 error("skip_ws of \\n a is not a");
46 error("skip_ws of \\n \\ta is not a");
48 error("skip_ws of \\n \\t is not \"\"");
50 error("skip_ws of \" \" is not \"\"");
53 error("skip_nonws of \"\" is not \"\"");
55 error("skip_nonws of a is not \"\"");
57 error("skip_nonws of \\n is not \\n");
59 error("skip_nonws of \" \" is not \" \"");
61 error("skip_nonws of \\t is not \\t");
63 error("skip_nonws of a\\n is not \\n");
65 error("skip_nonws of ab is not \"\"");
68 error("empty_line is false for \"\"");
70 error("empty_line is false for \"\\n\\n \"");
72 error("empty_line is false for \" \"");
74 error("empty_line is true for \\r");
77 error("comment_line is true for \"\"");
79 error("comment_line is true for \n");
81 error("comment_line is false for #");
83 error("comment_line is false for \" #\"");
86 error("comment_line is false for \\n#");
88 error("comment_line is false for \\t#");