Skip to content

Commit

Permalink
lib: test-var-expand - Ensure var_get_key_range_full handles nested i…
Browse files Browse the repository at this point in the history
…fs correctly
  • Loading branch information
cmouse authored and villesavolainen committed Feb 5, 2018
1 parent 918bd07 commit 9fe5876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/test-var-expand.c
Expand Up @@ -88,7 +88,8 @@ static void test_var_get_key_range(void)
{ "{key}", 1, 3 },
{ "5.5Rk", 4, 1 },
{ "5.5R{key}", 5, 3 },
{ "{key", 1, 3 }
{ "{key", 1, 3 },
{ "{if;%{if;%{value};eq;value;t;f};eq;t;t;f}", 1, 39 },
};
unsigned int i, idx, size;

Expand Down

0 comments on commit 9fe5876

Please sign in to comment.