% this original file has been renamed to samples.tex and describes the
% short quotes that can be used in test files

\starttext

see \type {samples.tex}

\blank

\startluacode
    context("see \\type {samples.tex}")
\stopluacode

\blank

\startMPcode
    draw textext("see \type {samples.tex}") ;
    draw boundingbox currentpicture enlarged 2pt ;
\stopMPcode

\stoptext
