mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
15 lines
254 B
YAML
15 lines
254 B
YAML
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
cases:
|
|
- note: ref
|
|
modules:
|
|
- |
|
|
package test
|
|
x = [k |
|
|
[1, 2, 3][[1, 2, 3][k]]
|
|
]
|
|
|
|
query: data.test
|
|
want_result:
|
|
x: [0, 1]
|