Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 3, 2022
1 parent 6bb3a55 commit 837be81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ excluded(M) :-
n(s). bb(x).
output(@fmt(("The @fmt() function is flexible enough to take multi-line ", "strings containing many placeholders: {} and ", "{} and {} outputs"), (X, Y, Z))) :-
output(@fmt(("The @fmt() function is flexible enough to take multi-line ",
"strings containing many placeholders: {} and ",
"{} and {} outputs"), (X, Y, Z))) :-
num(X),
string(Y),
constant(Z).
Expand Down

0 comments on commit 837be81

Please sign in to comment.