()
| 279 | } |
| 280 | |
| 281 | function parse_Revocation() { |
| 282 | var result0, result1, result2, result3, result4, result5, result6, result7; |
| 283 | var pos0, pos1; |
| 284 | |
| 285 | reportFailures++; |
| 286 | pos0 = pos; |
| 287 | pos1 = pos; |
| 288 | result0 = parse_Token(); |
| 289 | if (result0 !== null) { |
| 290 | if (input.charCodeAt(pos) === 32) { |
| 291 | result1 = " "; |
| 292 | pos++; |
| 293 | } else { |
| 294 | result1 = null; |
| 295 | if (reportFailures === 0) { |
| 296 | matchFailed("\" \""); |
| 297 | } |
| 298 | } |
| 299 | if (result1 !== null) { |
| 300 | result2 = parse_Negative(); |
| 301 | if (result2 !== null) { |
| 302 | if (input.charCodeAt(pos) === 32) { |
| 303 | result3 = " "; |
| 304 | pos++; |
| 305 | } else { |
| 306 | result3 = null; |
| 307 | if (reportFailures === 0) { |
| 308 | matchFailed("\" \""); |
| 309 | } |
| 310 | } |
| 311 | if (result3 !== null) { |
| 312 | result4 = parse_Token(); |
| 313 | if (result4 !== null) { |
| 314 | result5 = parse_Preposition(); |
| 315 | result5 = result5 !== null ? result5 : ""; |
| 316 | if (result5 !== null) { |
| 317 | result6 = parse_Obj(); |
| 318 | result6 = result6 !== null ? result6 : ""; |
| 319 | if (result6 !== null) { |
| 320 | if (input.charCodeAt(pos) === 46) { |
| 321 | result7 = "."; |
| 322 | pos++; |
| 323 | } else { |
| 324 | result7 = null; |
| 325 | if (reportFailures === 0) { |
| 326 | matchFailed("\".\""); |
| 327 | } |
| 328 | } |
| 329 | result7 = result7 !== null ? result7 : ""; |
| 330 | if (result7 !== null) { |
| 331 | result0 = [result0, result1, result2, result3, result4, result5, result6, result7]; |
| 332 | } else { |
| 333 | result0 = null; |
| 334 | pos = pos1; |
| 335 | } |
| 336 | } else { |
| 337 | result0 = null; |
| 338 | pos = pos1; |
no test coverage detected