Skip to content

LanguageFeatures/Patterns/list_A01_t03 #1587

Closed
@alexmarkov

Description

@alexmarkov

[1, 100] is matched by "logical-or" pattern, but the test doesn't expect that:

Expect.equals("default", test([1, 100]));

if (list case [1, > 0 || const(-42)]) {
return "logical-or";
}

Metadata

Metadata

Assignees

Labels

bad-testReport tests in need of updates. When closed, the tests should be considered good

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions