Skip to content

Commit

Permalink
Merge branch 'main' into ticky
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons authored Nov 25, 2024
2 parents 3c179da + f564247 commit 8599a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@ test('Builtin STRING_CONCAT, full reverse', () => {

test('Builtin INT_MINUS (issue #29)', () => {
expect(
solutions(new Dusa('#builtin INT_MINUS minus.\ny 4.\nx N :- y M, minus N 1 is M.'), 'x'),
solutions(new Dusa("#builtin INT_MINUS minus.\ny 4.\nx N :- y N', minus N 1 is N'."), 'x'),
).toStrictEqual(['x 5']);
});

0 comments on commit 8599a47

Please sign in to comment.