This directory contains regression tests for search function NULL value handling fixes.
Fixed two major issues:
test_search_null_semantics.groovy: Basic NULL semantics teststest_search_vs_match_consistency.groovy: search() vs match() consistency teststest_search_null_regression.groovy: Specific regression tests for original bugstest_search_boundary_cases.groovy: Edge cases and boundary conditionsAfter the fix:
search('A or B') consistent with A match ... or B match ...search('not A') consistent with not search('A')cd regression-test ./run-regression-test.sh --suite search