mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
8 lines
213 B
Text
8 lines
213 B
Text
# @TEST-EXEC-FAIL: zeek -b %INPUT
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff .stderr
|
|
# Check that dangling conditionals are detected.
|
|
|
|
@if ( 1==1 )
|
|
print "it's true!";
|
|
@else
|
|
lalala
|