This file is indexed.

/usr/share/octave/packages/interval-1.4.1/test/mpfr_vector_sum_d.cc-tst is in octave-interval 1.4.1-1.

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

The actual contents of the file can be viewed below.

1
2
3
4
## DO NOT EDIT!  Generated automatically from src/mpfr_vector_sum_d.cc
%!assert (mpfr_vector_sum_d (0, [eps, realmax, realmax, -realmax, -realmax]), eps)
%!assert (mpfr_vector_sum_d (-inf, [eps/2, 1]), 1)
%!assert (mpfr_vector_sum_d (+inf, [eps/2, 1]), 1 + eps)