wip: envvar_utils_test

This commit is contained in:
DenserMeerkat
2024-07-29 16:18:10 +05:30
parent cfcf448664
commit ce70a8d1c4
4 changed files with 345 additions and 4 deletions

View File

@ -369,7 +369,7 @@ enum FormDataType { text, file }
enum EnvironmentVariableType { variable, secret }
final kEnvVarRegEx = RegExp(r'{{(.*?)}}');
final kEnvVarRegEx = RegExp(r'{{([^{}]*)}}');
const kSupportedUriSchemes = ["https", "http"];
const kDefaultUriScheme = "https";