You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
285 B
25 lines
285 B
1 year ago
|
---
|
||
|
test case: 'test list range "1, 0"'
|
||
|
in:
|
||
|
type: RANGE
|
||
|
values:
|
||
|
- 1
|
||
|
- 0
|
||
|
---
|
||
|
test case: 'test list range "1, 2, 0"'
|
||
|
in:
|
||
|
type: RANGE
|
||
|
values:
|
||
|
- 1
|
||
|
- 2
|
||
|
- 0
|
||
|
---
|
||
|
test case: 'test list range "1, 2, 3, 0"'
|
||
|
in:
|
||
|
type: RANGE
|
||
|
values:
|
||
|
- 1
|
||
|
- 2
|
||
|
- 3
|
||
|
- 0
|