forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d82bae
commit 6728025
Showing
9 changed files
with
72 additions
and
25 deletions.
There are no files selected for viewing
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
9 changes: 7 additions & 2 deletions
9
...InstantiateTemplate_WithConditionalParameters_DisabledBehaveLikeNotSpecified.verified.txt
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
| ||
// value of paramA: true | ||
// value of paramA: True | ||
// value of paramB: placeholderB | ||
|
||
// A is enabled | ||
// paramA is enabled | ||
|
||
// paramA is evaluated as true | ||
|
||
// paramB is disabled | ||
|
||
// paramB is evaluated as false |
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
12 changes: 8 additions & 4 deletions
12
...anInstantiateTemplate_WithConditionallyEnabledParams_parameters=AB_ABenabled.verified.txt
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
| ||
// value of paramA: true | ||
// value of paramB: true | ||
// value of paramA: True | ||
// value of paramB: True | ||
|
||
// A is enabled | ||
// paramA is enabled | ||
|
||
// B is enabled | ||
// paramA is evaluated as true | ||
|
||
// paramB is enabled | ||
|
||
// paramB is evaluated as true |
9 changes: 7 additions & 2 deletions
9
...CanInstantiateTemplate_WithConditionallyEnabledParams_parameters=AB_Aenabled.verified.txt
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
| ||
// value of paramA: true | ||
// value of paramA: True | ||
// value of paramB: placeholderB | ||
|
||
// A is enabled | ||
// paramA is enabled | ||
|
||
// paramA is evaluated as true | ||
|
||
// paramB is disabled | ||
|
||
// paramB is evaluated as false |
9 changes: 7 additions & 2 deletions
9
....CanInstantiateTemplate_WithConditionallyEnabledParams_parameters=A_Aenabled.verified.txt
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
| ||
// value of paramA: true | ||
// value of paramA: True | ||
// value of paramB: placeholderB | ||
|
||
// A is enabled | ||
// paramA is enabled | ||
|
||
// paramA is evaluated as true | ||
|
||
// paramB is disabled | ||
|
||
// paramB is evaluated as false |