This file is indexed.

/usr/share/doc/texlive-doc/fonts/fontinst/test/v1914testshow.tex is in texlive-font-utils 2013.20140215-2.

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
16
17
18
19
20
21
\documentclass{article}


\newcommand\fontxy[2]{%
  \usefont{T1}{padxy}{m#1#2}{n}%
  Flygande b\"ackasiner s\"oka hwila p\r{a} mjuka tuvor%
}


\begin{document}

$$
  \hss
  \begin{tabular}{lll}
    \fontxy00& \fontxy10& \fontxy20\\
    \fontxy01& \fontxy11& \fontxy21\\
    \fontxy02& \fontxy12& \fontxy22
  \end{tabular}
  \hss
$$
\end{document}