mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

And clarified the error message that it's more about finding an unterminated pattern than knowing for sure there's remaining pattern text spanning multiple lines.
5 lines
212 B
Text
5 lines
212 B
Text
# @TEST-DOC: Checks that a useful error message is given for unterminated patterns
|
|
# @TEST-EXEC-FAIL: zeek -b %INPUT
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff .stderr
|
|
|
|
print /foo
|