Redoing doc.sphinx baselines.

This commit is contained in:
Robin Sommer 2013-08-31 18:09:16 -07:00
parent ac66db286a
commit 2392a29b7f
127 changed files with 88 additions and 872 deletions

View file

@ -0,0 +1,7 @@
# @TEST-EXEC: cat %INPUT >output && btest-diff output
-- init-bare.bro
type string_array: table[count] of string;
type string_set: set[string];
type addr_set: set[addr];