git.delta.rocks / jrsonnet / refs/commits / f883d5ef8c19

difftreelog

fix test failure on null-coaelse

Yaroslav Bolyukin2023-07-26parent: #9f4360c.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-parser/src/lib.rsdiffbeforeafterboth
630 el!(630 el!(
631 Apply(631 Apply(
632 el!(632 el!(
633 Index(633 Index{
634 el!(Var("std".into()), 1, 4),634 indexable: el!(Var("std".into()), 1, 4),
635 el!(Str("deepJoin".into()), 5, 13)635 index: el!(Str("deepJoin".into()), 5, 13),
636 #[cfg(feature = "exp-null-coaelse")]
637 null_coaelse: false,
636 ),638 },
637 1,639 1,
638 13640 13
639 ),641 ),