Skip to content

Nested match statements appear to fail #1

@johnnywey

Description

@johnnywey

Anecdotally, it seems like nested match statements fail to properly execute.

Given:

def match_inner_called = false
match Succeeded("test_outer") on {
  success {
    match Succeeded("test_inner") on {
       match_inner_called = true
    }
  }
}
assert match_inner_called // this fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions