-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #360 from test-fullautomation/namsonx/task/stabi_b…
…ranch Namsonx/task/stabi branch
- Loading branch information
Showing
104 changed files
with
2,703 additions
and
1,355 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ | |
" | ||
] | ||
, | ||
"0.12.1.;0.13.0." : [ | ||
"0.12.1.;0.13.0.;0.13.1." : [ | ||
" | ||
* Changed data type of return value | ||
|
||
|
@@ -145,6 +145,21 @@ | |
Valid key names are: ``\"abcParam\"``, ``\"01_Param\"``, ``\"__param+1\"``, ``\"param-1\"``, ``\"[email protected]\"``, ... | ||
|
||
Invalid key names are: ``\"+param01\"``, ``\"param$01\"``, ``\"abc#Param\"``, ... | ||
|
||
* Checked absolute path when overwriting parameter | ||
|
||
When overwriting a parameter, the absolute path of the parameter must be provided | ||
|
||
**Example:** | ||
|
||
|``\u007b`` | ||
| ``\"params\" : \u007b\"001\" : \u007b\"002\" : \u007b`` | ||
| ``\"param\" : 1,`` | ||
| ``$\u007bparams.001.002.param\u007d : 2`` | ||
| ``\u007d`` | ||
| ``\u007d`` | ||
| ``\u007d`` | ||
|``\u007d`` | ||
" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.