Add baseline for find_first test, update comments, and reorder function imports

This commit is contained in:
yexiaochuan 2025-05-02 11:51:26 +08:00
parent 6c240dc0bb
commit fd7045e274
3 changed files with 9 additions and 5 deletions

View file

@ -263,9 +263,9 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
{"find_all", ATTR_FOLDABLE},
{"find_all_ordered", ATTR_FOLDABLE},
{"find_entropy", ATTR_FOLDABLE},
{"find_first", ATTR_FOLDABLE},
{"find_in_zeekpath", ATTR_IDEMPOTENT}, // can error
{"find_last", ATTR_FOLDABLE},
{"find_first", ATTR_FOLDABLE},
{"find_str", ATTR_FOLDABLE},
{"floor", ATTR_FOLDABLE},
{"flush_all", ATTR_NO_SCRIPT_SIDE_EFFECTS},