Select Git revision
job_test.go

Volker Schukai authored
Summary of changes - Camera capture component: - Reformatted import statements for consistency. - Improved spacing and indentation for better readability. - Added detailed comments to clarify the logic within the capture method and other functions. - DataTable filter component: - Introduced `normalizeNumber` function which normalizes strings to numbers while considering locale-specific decimal separators. - Extended the queries in `collectSearchQueries` to handle different normalization cases. - Popper component: - Reformatted import statements for consistency. - Improved readability through consistent spacing. - Added new test cases for range comparison expressions: - Verified various scenarios such as valid single values, ranges, exclusives, and handling spaces correctly. - Ensured error handling for invalid inputs remains robust.