| Summary: | "Unexpected comma" in JSON files should be an error, not a warning | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | 5.0 | ||
| Target Milestone: | 6.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
1. Create a .json file containing this: { "foo": "bar, } 2. You'll see an "Unexpected comma" message. It is marked as a warning, when in reality it is a fatal syntax error. We should show an error marker instead.