@@ -61,6 +61,7 @@ fn stderr_path_filters(settings: &mut insta::Settings) {
6161#[ case( "one_level_nesting_flat" ) ]
6262#[ case( "flat_nested_flat" ) ]
6363#[ case( "first_nested_node" ) ]
64+ #[ case( "deeply_nested_inputs" ) ]
6465#[ case( "follows_cycle" ) ]
6566fn test_list ( #[ case] fixture : & str ) {
6667 let mut settings = insta:: Settings :: clone_current ( ) ;
@@ -104,6 +105,7 @@ fn test_list_format(#[case] fixture: &str, #[case] format: &str) {
104105#[ case( "first_nested_node" , "vmsh" , "github:mic92/vmsh" ) ]
105106#[ case( "comments_before_brace" , "vmsh" , "github:mic92/vmsh" ) ]
106107#[ case( "all_blanks" , "vmsh" , "github:mic92/vmsh" ) ]
108+ #[ case( "deeply_nested_inputs" , "vmsh" , "github:mic92/vmsh" ) ]
107109fn test_add ( #[ case] fixture : & str , #[ case] id : & str , #[ case] uri : & str ) {
108110 let mut settings = insta:: Settings :: clone_current ( ) ;
109111 path_redactions ( & mut settings) ;
@@ -221,6 +223,7 @@ fn test_add_infer_id(#[case] fixture: &str) {
221223#[ case( "flat_nested_flat" , "nixpkgs" ) ]
222224#[ case( "first_nested_node" , "nixpkgs" ) ]
223225#[ case( "comments_before_brace" , "nixpkgs" ) ]
226+ #[ case( "deeply_nested_inputs" , "nixpkgs" ) ]
224227#[ case( "root" , "rust-overlay" ) ]
225228#[ case( "outputs_leading_comma_remove_first" , "nixpkgs-unstable" ) ]
226229fn test_remove ( #[ case] fixture : & str , #[ case] id : & str ) {
@@ -261,6 +264,7 @@ fn test_remove(#[case] fixture: &str, #[case] id: &str) {
261264) ]
262265#[ case( "flat_nested_flat" , "nixpkgs" , "github:nixos/nixpkgs/nixos-24.05" ) ]
263266#[ case( "first_nested_node" , "nixpkgs" , "github:nixos/nixpkgs/nixos-24.05" ) ]
267+ #[ case( "deeply_nested_inputs" , "nixpkgs" , "github:nixos/nixpkgs/nixos-24.05" ) ]
264268fn test_change ( #[ case] fixture : & str , #[ case] id : & str , #[ case] uri : & str ) {
265269 let mut settings = insta:: Settings :: clone_current ( ) ;
266270 path_redactions ( & mut settings) ;
0 commit comments