mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
19 lines
292 B
YAML
19 lines
292 B
YAML
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
cases:
|
|
- note: else without body
|
|
data: {}
|
|
modules:
|
|
- |
|
|
package test
|
|
x = 4 {
|
|
false
|
|
} else = 5
|
|
|
|
y = 6
|
|
query: data.test
|
|
want_result:
|
|
x: 5
|
|
y: 6
|