Skip to content
Snippets Groups Projects
Select Git revision
  • 3801d61c1544c836e8e1b004d1fa92c25e0983f5
  • master default protected
  • 0.1.1
  • 0.1.0
4 results

gen_breaktest.go

Volker Schukai's avatar
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.
6490636e
History