Skip to content
Snippets Groups Projects
Select Git revision
  • 1f1348aece0ecf4b445d0640bb58dda53b882405
  • master default protected
  • v1.23.2
  • v1.23.1
  • v1.23.0
  • v1.22.0
  • v1.21.1
  • v1.21.0
  • v1.20.3
  • v1.20.2
  • v1.20.1
  • v1.20.0
  • v1.19.4
  • v1.19.3
  • v1.19.2
  • v1.19.1
  • v1.19.0
  • v1.18.2
  • v1.18.1
  • v1.18.0
  • v1.17.0
  • v1.16.1
22 results

job_test.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