This file is indexed.

/usr/share/octave/packages/interval-3.1.0/test/mpfr_linspace_d.cc-tst is in octave-interval 3.1.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
## DO NOT EDIT!  Generated automatically from src/mpfr_linspace_d.cc
%!assert (mpfr_linspace_d (-inf, 1, 10, 10), 1 : 10);
%!assert (mpfr_linspace_d (inf, 1, 10, 8) - mpfr_linspace_d (-inf, 1, 10, 8), [0 2 2 4 4 4 8 0] .* eps);