Closed Viicos closed 5 months ago
As shown in the failing test, ["2000-01-01", {"var": "/my_date"}] is treated as is, as a literal.
["2000-01-01", {"var": "/my_date"}]
https://github.com/Viicos/jsonlogic/blob/d96289027c5f28ed703a55c4b276d3bab954fb2d/tests/operators/test_typecheck.py#L235-L245
As shown in the failing test,
["2000-01-01", {"var": "/my_date"}]
is treated as is, as a literal.https://github.com/Viicos/jsonlogic/blob/d96289027c5f28ed703a55c4b276d3bab954fb2d/tests/operators/test_typecheck.py#L235-L245