Files
regorus/tests/lexer/cases/newline.yaml
Ming-Wei Shih c0972ad2ba Update license to MIT
Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
2023-02-09 19:40:35 +00:00

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