File indexing completed on 2024-06-09 03:57:13

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