This file is indexed.

/usr/lib/x86_64-linux-gnu/pyotherside/tests/test_callback_errors/test_callback_errors.txt is in pyotherside-tests 1.4.0-2build1.

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
Expecting ReferenceError for "invalid" on import
Got error: test_callback_errors.qml:23: ReferenceError: invalid is not defined
Expecting TypeError for "lock" property
Got error: test_callback_errors.qml:29: TypeError: Property 'lock' of object [object Object] is not a function
Tests done