Created
December 5, 2009 05:03
-
-
Save hammerdr/249556 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An error occured while building: | |
Syntax error in UITestScriptParser.j on preprocessed line number 15 | |
for(var i = 0; i < objj_msgSend(data, "count"); i++) | |
{ | |
if(objj_msgSend(data, "objectAtIndex:", i).match("^#") || objj_msgSend(data, "objectAtIndex:", i).match(/^\ | |
|| objj_msgSend(data, "objectAtIndex:", i).match(/^Comment/) || objj_msgSend(data, "objectAtIndex:", i).match(/^\s*$/)) | |
{ | |
continue; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment