mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-167: improve error message for unclosed function at EOF
This commit is contained in:
parent
30138dfbd0
commit
9b43f1d5f4
5 changed files with 52 additions and 11 deletions
1
testing/btest/Baseline/language.eof-parse-errors/output1
Normal file
1
testing/btest/Baseline/language.eof-parse-errors/output1
Normal file
|
@ -0,0 +1 @@
|
|||
error: syntax error, at end of file ./a.bro
|
1
testing/btest/Baseline/language.eof-parse-errors/output2
Normal file
1
testing/btest/Baseline/language.eof-parse-errors/output2
Normal file
|
@ -0,0 +1 @@
|
|||
error in ./b.bro, line 1: syntax error, at or near "module" or end of file ./a.bro
|
Loading…
Add table
Add a link
Reference in a new issue