Skip to content

Commit 3d5e318

Browse files
stagg54isidore
andcommitted
- F Changed output of combination approvals to be more compact and standardized to Unix line endings.
Co-Authored-By: Llewellyn Falco <llewellyn.falco@gmail.com>
1 parent 2694d81 commit 3d5e318

17 files changed

+9
-36
lines changed

Approval Tests/Approval Tests.lvlib

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Item Name="private" Type="Folder">
1515
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
1616
<Item Name="Combo Recurse.vi" Type="VI" URL="../Combo Recurse.vi"/>
17+
<Item Name="conv EOL.vi" Type="VI" URL="../conv EOL.vi"/>
1718
<Item Name="Create Parameters List.vi" Type="VI" URL="../Create Parameters List.vi"/>
1819
<Item Name="Get Paths.vi" Type="VI" URL="../Get Paths.vi"/>
1920
<Item Name="Parameterized Data to JSON.vi" Type="VI" URL="../Parameterized Data to JSON.vi"/>

Approval Tests/Combo Recurse.vi

0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

Approval Tests/Get Paths.vi

0 Bytes
Binary file not shown.

Approval Tests/Options.ctl

0 Bytes
Binary file not shown.
-856 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

Approval Tests/Verify Combinations.vi

0 Bytes
Binary file not shown.

Approval Tests/Verify File.vi

0 Bytes
Binary file not shown.
-92 Bytes
Binary file not shown.

Approval Tests/Verify as JSON.vi

8 Bytes
Binary file not shown.

Approval Tests/Verify.vi

508 Bytes
Binary file not shown.
3.76 KB
Binary file not shown.

Approval Tests/conv EOL.vi

11.8 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
[
2-
{
3-
"Input":{"A":false,"B":false},
4-
"Results":{"A and B":false}
5-
},
6-
{
7-
"Input":{"A":false,"B":true},
8-
"Results":{"A and B":true}
9-
},
10-
{
11-
"Input":{"A":true,"B":false},
12-
"Results":{"A and B":true}
13-
},
14-
{
15-
"Input":{"A":true,"B":true},
16-
"Results":{"A and B":true}
17-
}
18-
]
1+
{"A":false,"B":false} => {"A and B":false}
2+
{"A":false,"B":true} => {"A and B":false}
3+
{"A":true,"B":false} => {"A and B":false}
4+
{"A":true,"B":true} => {"A and B":true}
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
[
2-
{
3-
"Input":{"A":false,"B":false},
4-
"Results":{"A and B":false}
5-
},
6-
{
7-
"Input":{"A":false,"B":true},
8-
"Results":{"A and B":false}
9-
},
10-
{
11-
"Input":{"A":true,"B":false},
12-
"Results":{"A and B":false}
13-
},
14-
{
15-
"Input":{"A":true,"B":true},
16-
"Results":{"A and B":true}
17-
}
18-
]
1+
{"A":false,"B":false} => {"A and B":false}
2+
{"A":false,"B":true} => {"A and B":false}
3+
{"A":true,"B":false} => {"A and B":false}
4+
{"A":true,"B":true} => {"A and B":true}

0 commit comments

Comments
 (0)