1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
262 B
MiniZinc

% Regression test for bug #288: (see bug288a.mzn for details). Check
% that empty strings at the end of an output item do not affect the
% detection of whether or not there is a terminating newline.
var 1..10: x;
solve satisfy;
output ["Ok", "\n", "" ++ ""];