mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
14 lines
261 B
YAML
14 lines
261 B
YAML
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
cases:
|
|
- note: carriage-return/ok
|
|
rego: "\n\n\r\n\n\n "
|
|
tokens: [""]
|
|
|
|
- note: carriage-return/ok
|
|
rego: "\r \n"
|
|
tokens: [""]
|
|
error: \r must be followed by \n
|
|
|