test comment

This commit is contained in:
G.E 2024-05-09 00:12:30 +03:00
parent c38bb8bc1d
commit 8499055605

View File

@ -302,6 +302,7 @@ unique_ptr<NGHolder> buildMaskLhs(bool anchored, u32 prefix_len,
assert(prefix_len); assert(prefix_len);
assert(mask.size() >= prefix_len); assert(mask.size() >= prefix_len);
/* just a comment to test something in the build */
NFAVertex lpreds = anchored ? lhs->start : lhs->startDs; NFAVertex lpreds = anchored ? lhs->start : lhs->startDs;
u32 m_idx = 0; u32 m_idx = 0;