Annotation of parser3/tests/results/264.processed, revision 1.7
1.1 moko 1: Content-Type: text/html
1.7 ! moko 2: Content-Length: 1101
1.1 moko 3:
1.4 moko 4:
5: some <a href="/?a&b">html</a> code
6: ^$b^(2+2^)
7: \^\(\.\*\?\)\$
8: some <?dirty?> code
1.1 moko 9:
1.4 moko 10:
11: some <a href="/?a&b">html</a> code
12: ^$b^(2+2^)
13: \^\(\.\*\?\)\$
14: some <?dirty?> code
1.1 moko 15:
1.4 moko 16:
17: some <a href="/?a&b">html</a> code
18: ^$b^(2+2^)
19: \^\(\.\*\?\)\$
20: some <\?dirty\?> code
1.1 moko 21:
1.4 moko 22:
23: some <a href="/?a&b">html</a> code
24: ^$b^(2+2^)
25: \^\(\.\*\?\)\$
26: some <?dirty?> code
1.5 moko 27:
28: code coverage tests:
1.6 moko 29: 2. Exception type: parser.runtime,
1.5 moko 30: Source: unsafe_env_name,
31: Comment: not safe environment variable
1.6 moko 32: 3. Exception type: parser.runtime,
1.5 moko 33: Source: exec,
34: Comment: file name must be specified
1.6 moko 35: 4. Exception type: parser.runtime,
1.5 moko 36: Source: exec,
37: Comment: stdin parameter must be string or file
1.6 moko 38: 5. Exception type: parser.runtime,
1.5 moko 39: Source: exec,
1.7 ! moko 40: Comment: param must be string or table or array of strings
! 41: 6. "args" "arg 2" "" "arg 4" "arg 5" "arg 6"
! 42: 7. "args" "arg 2" "" "arg4" "5" "arg6"
! 43: 7. Exception type: parser.runtime,
! 44: Source: exec,
! 45: Comment: array element is 'hash', it does not string value
E-mail: