git-subtree-dir: software/mza git-subtree-split: f970a59b177c13ca3dd8aaef8cc6681d83b7e813
9 lines
226 B
MiniZinc
9 lines
226 B
MiniZinc
|
|
% Regression test for bug #288: (see bug288a.mzn for details). Check
|
|
% that we do not get double newlines printed when the output expression
|
|
% _is_ terminated by a newline.
|
|
|
|
var 1..10: x;
|
|
solve satisfy;
|
|
output ["Ok", "\n"];
|