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

Fixing Test cases for Formatter tests #495

Closed ppedduri closed 5 years ago

ppedduri commented 5 years ago

Fixed issues: test025.js test051.js test070.js test094.js test134.js --> These all files consists of unmatched formatted content (against set rules within first 52 lines of respective js files).

Open issues : dojo.js -> this file consists of multiple wrong syntaxes, it clearly isn't ES6 compatible. Since the file is huge making changes(in raw and formatted portions on same file) and testing them against formatted content has become a tedious task. titanium.js -> formatter has issues with recognising content within braces, post end braces. Requires more investigation. jquery.js -> parcer nests 'this' keyword recursively, and it is going in infinite loop.