()
| 573 | |
| 574 | let expected = json!({ |
| 575 | "test": { |
| 576 | "this": "will load multiple files" |
| 577 | }, |
| 578 | "finalvalue": { |
| 579 | "value": "this is the real final value" |
| 580 | }, |
| 581 | "value": { |
| 582 | "subvalue": { |
| 583 | "value": "this is the real final value", |
| 584 | "x-fromRef": "simple3.yaml#/subSubValue/value", |
| 585 | "x-refName": "value" |
| 586 | }, |
| 587 | "x-fromRef": "simple2.json", |
| 588 | "x-refName": "" |
| 589 | } |
| 590 | }); |
| 591 | assert_eq!(*json, expected); |
| 592 | |
| 593 | Ok(()) |
| 594 | } |
| 595 | } |
nothing calls this directly
no test coverage detected