Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
G3Kappa committed Feb 23, 2024
1 parent 84ffeb3 commit 6ad6125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XUnitTests/BasicSolverTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void ShouldSolveConjunctionsAndDisjunctions(string query, int numSolution
[InlineData("[a,2,C]", "'[|]'(a,'[|]'(2,'[|]'(C,[])))")]
[InlineData("[1,2,3|Rest]", "'[|]'(1,'[|]'(2,'[|]'(3,Rest)))")]
[InlineData("[1,2,3|[a,2,_C]]", "'[|]'(1,'[|]'(2,'[|]'(3,'[|]'(a,'[|]'(2,'[|]'(_C,[]))))))")]
[InlineData("{1,1,2,2,3,4}", "'{|}'(1,'{|}'(2,'{|}'(3, 4)))")]
[InlineData("{1,1,2,2,3,4}", "'{|}'(1,'{|}'(2,'{|}'(3,'{|}'(4,'{}'))))")]
[InlineData("test{x:1, y : cool}", "dict(test, {x:1, y:cool})")]
[InlineData("test{x:1, y : cool}", "test{x:1, y:cool}")]
#endregion
Expand Down

0 comments on commit 6ad6125

Please sign in to comment.