autostep / AutoStep

AutoStep Testing Framework - Core Libraries and Components
MIT License
22 stars 1 forks source link

Editor Syntax Highlighting - Duplicate scenario names within a feature file are not highlighted as an error #37

Closed JohnRudden closed 4 years ago

JohnRudden commented 4 years ago

Within a single 'Feature' file, duplicate scenario names should not be allowed. However, the editor does not highlight the second scenario name as an error. Scenario_same_name

alistairjevans commented 4 years ago

Ah, yeah, that should definitely be an error. The compiler should handle it though, so I'm going to move it to the language repo.