Skip to content

Add Negative Parser Tests #119

@adriancostin-sd

Description

@adriancostin-sd

The current parser validates some models that do not parse with the official omg parser.
Example which parses but should not parse according to official:

package reading {
  if selectedSensor != null {
    assign reading := selectedSensor.reading;
  } else if a == b {
    assign reading := undefinedValue;
  } else {
    assign reading := undefinedValue;
  }
}

Please for every bullet point create an issue and edit the issue here to link to that issue

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions