This file is indexed.

/usr/share/doc/libgjs0e/README is in libgjs0e 1.44.0-1ubuntu1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
This module contains JavaScript bindings based on gobject-introspection.

Because JavaScript is pretty free-form, consistent coding style and unit tests
are critical to give it some structure and keep it readable.
We propose that all GNOME usage of JavaScript conform to the style guide
in doc/Style_Guide.txt to help keep things sane.

= Testing =

This module is prototyping https://live.gnome.org/GnomeGoals/InstalledTests
To run the tests, simply build it as normal.  Now:

cd installed-tests
./autogen.sh && ./configure --prefix=... && make && make install
$prefix/libexec/gjs/gjs-installed-tests