File indexing completed on 2024-05-26 04:02:04

0001 view.setCursorPosition(2, 0);
0002 if (document.isComment(2, 0))
0003   view.type("PASS");
0004 else
0005   view.type("FAIL");