mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
cb0b3a1790
Authored by anakrish and mingweishih Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
11 lines
293 B
YAML
11 lines
293 B
YAML
# Copyright (c) Rego-Rs Authors.
|
|
# Licensed under the Apache 2.0 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]
|