mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@7384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fa5883745f
commit
772c97ccde
2 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ CONSOLE_APP_MAIN
|
|||
{ "included", "included_value" },
|
||||
{ "delta", "delta_value" },
|
||||
{ "etest", GetEnv("UPP_MAIN__") },
|
||||
{ "braces", GetEnv("UPP_MAIN__")+"123" },
|
||||
{ "var", "file://" + GetEnv("UPP_MAIN__") },
|
||||
};
|
||||
ASSERT(map.GetCount() == __countof(et));
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ delta=delta_value
|
|||
|
||||
etest=$UPP_MAIN__
|
||||
|
||||
braces=${UPP_MAIN__}123
|
||||
|
||||
var=file://$UPP_MAIN__
|
||||
|
||||
@end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue