Files
inja/test
Huang Rui ca53920be2 Initialize missing fields in Lexer constructor (#304)
* Initialize missing fields in Lexer constructor

- Add tok_start and pos initialization to Lexer constructor
- Fix clang-tidy uninitialized fields warning

Signed-off-by: Huang Rui <vowstar@gmail.com>

* Fix argument type mismatch for load_file and load_json methods

- Use .string() method for path objects in benchmark file loading
- Apply same path conversion in test cases for consistency

Signed-off-by: Huang Rui <vowstar@gmail.com>

* Fix and cleanup mismatch error in windows test case

- Use .string() method for path objects in benchmark file loading
- Fix test case failure introduced in 65aa8a669d

Signed-off-by: Huang Rui <vowstar@gmail.com>

---------

Signed-off-by: Huang Rui <vowstar@gmail.com>
2025-04-13 11:16:44 +02:00
..
2021-05-25 10:18:21 +02:00
2021-06-30 19:56:16 +02:00
2021-06-30 19:56:16 +02:00
2025-03-31 22:54:04 +02:00
2025-03-31 23:22:36 +02:00