Skip to content

Commit 99d46aa

Browse files
committed
- B changed extension for combos and parameterized to txt - it's not exactly Json anymore.
1 parent 34e4df5 commit 99d46aa

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
-116 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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)