feat(expansion): expand_var and expand

This commit is contained in:
william.valenduc 2026-01-18 01:27:31 +00:00
parent a16712e802
commit 34c741d86e
4 changed files with 276 additions and 14 deletions

View file

@ -6,11 +6,6 @@
TestSuite(parse_var_name);
// char *input = "$MY$VAR";
// char *input = "$MY$VAR$";
// char *input = "$MY$VAR${}";
// char *input = "$MY$VAR${1}";
Test(parse_var_name, basic_variable)
{
char *input = "$MY_VAR";