mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
11 lines
292 B
YAML
11 lines
292 B
YAML
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
cases:
|
|
# To Booleans are parsed as identifiers.
|
|
# It is up to the parser to handle them as appropriate.
|
|
- note: boolean/all
|
|
rego: true false
|
|
tokens: [ "true", "false", "" ]
|
|
kinds: [Ident, Ident, Eof]
|