better printing of expressions

This commit is contained in:
Vern Paxson 2024-05-16 11:53:36 -07:00
parent 25b71c7d66
commit 2befa8d3a9
34 changed files with 448 additions and 448 deletions

View file

@ -1,4 +1,4 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
error in <...>/void-errors.zeek, line 5: can't assign void value (z = x())
error in <...>/void-errors.zeek, line 6: value of type void illegal (print x())
error in <...>/void-errors.zeek, line 7: cannot take size of void (sizeofx())
error in <...>/void-errors.zeek, line 7: cannot take size of void (sizeof x())