Description
Using end resource block syntax (instead of brace syntax) causes a segfault panic.
Steps to Reproduce
./mxcli -p project.mpr -c "create published rest service MyModule.TestREST (Version: '1.0', Path: '/api') resource 'items' get '/all' microflow MyModule.GetItems; end resource;"
Expected
Service created or parse error
Actual
Process crashes with SIGSEGV at visitor_rest.go:386
Severity
Critical
Test Case Reference
integration-test-cases.md §22.1
Description
Using
end resourceblock syntax (instead of brace syntax) causes a segfault panic.Steps to Reproduce
Expected
Service created or parse error
Actual
Process crashes with SIGSEGV at visitor_rest.go:386
Severity
Critical
Test Case Reference
integration-test-cases.md §22.1