Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 489868

Summary: Fix invalid tests cases in validatorTests.js
Product: [ECD] Orion Reporter: Olivier Thomann <Olivier_Thomann>
Component: JS ToolsAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 11.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Olivier Thomann CLA 2016-03-17 12:49:38 EDT
A do/while statement should not be followed by a block like it is done in some tests. This is wrong syntax that is not properly reported by esprima, but it is by acorn. So some cleanup is required.
Comment 1 Olivier Thomann CLA 2016-03-17 12:56:02 EDT
I will also cleanup a missing closing html tag in the test suite code.
Comment 2 Olivier Thomann CLA 2016-03-17 13:06:39 EDT
Delivered.