Skip to content

Event group only supports 1 event #76

Open
@tshoang

Description

@tshoang

In CamilleX 3.0.0, the events group in the machine only support 1 event at the moment. That is the following

events
    event e
    end
end

is OK, but

events
    event e
    end

    event f
    end
end

is NOT OK.

This is a bug that needs to be fixed.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions