This file is indexed.

/usr/share/octave/site/m/vlfeat/toolbox/xtest/vl_assert_equal.m is in octave-vlfeat 0.9.17+dfsg0-6build1.

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

The actual contents of the file can be viewed below.

1
2
3
function vl_assert_equal(x, y, varargin)
  assert(isequalwithequalnans(x,y),varargin{:}) ;
end