aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.07k stars 483 forks source link

FIX: IllegalArgumentException("Invalid range given:..") #490

Closed kolipakakondal closed 5 years ago

kolipakakondal commented 5 years ago

Fix the below test case from JSParserTest

@Test
    public void testExtFiles() throws Exception
    {
        for (String file : ITestFiles.EXT_FILES)
        {
            parseFile(file);
            assertNoErrors();
        }
    }