This file is indexed.

/usr/lib/python2.7/dist-packages/seqdiag/tests/diagrams/node_notes.diag is in python-seqdiag 0.9.3-5.

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
{
  A -> B [label = "multi\nline\nlabel", leftnote = "hello", rightnote= "world"];
  A -> C [note = "hello world"];
  A -> D [label = "short label", note = "goodbye\nworld"];
  A -> B [note = "very very very very long long long long text"];
  A -> B [leftnote = "very very very very long long long long text"];
}