| Summary: | Misleading 'Invalid indentation' error in the manifest editor caused by in-line comments | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Deployment | Assignee: | Maciej Bendkowski <maciej.bendkowski> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | maciej.bendkowski |
| Version: | 6.0 | ||
| Target Milestone: | 7.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
This seems trivial. I'm changing the bug summary since the manifest is in fact *not* being rejected. It's perfectly fine and the parser will do it's job. The problem is the misleading manifest editor validation error. |
1. Create a manifest.yml containing this: --- applications: - name: cfdebugtest2 memory: 512M command: foo #command: npm start 2. An error appears on the commented-out line saying > Invalid indentation: mixed spaces and tabs Which is incorrect