\input regression-test.tex \documentclass{article} \usepackage{tikzphysics} \makeatletter \begin{document} \START \hbadness=10000 \@for\Feature:=\tikzphysics@reference@nodes\do{% \setbox0=\hbox{\begin{tikzpicture} \node[\Feature,show anchors,show keys] (N) {}; \edef\Logical{\csname tikzphysics@reference@lookup@\Feature\endcsname} \edef\Families{\csname tikzphysics@reference@families@\Logical\endcsname} \@for\Family:=\Families\do{% \pgf@process{\pgfpointanchor{N}{\Family-0}}% \pgf@process{\pgfpointanchor{N}{\Family-50}}% \pgf@process{\pgfpointanchor{N}{\Family-100}}% } \end{tikzpicture}}% \TYPE{PASS: \Feature\space named anchors and family endpoints} } \@for\Feature:=\tikzphysics@reference@features\do{% \setbox0=\hbox{\begin{tikzpicture}\physicshelp{\Feature}\end{tikzpicture}}% \TYPE{PASS: \Feature\space reference card} } \setbox0=\hbox{\begin{tikzpicture}\physicshelp{index}\end{tikzpicture}} \TYPE{PASS: feature index} \setbox0=\hbox{\begin{tikzpicture} \node[wedge,show anchors,physics debug/anchor list={}, physics debug/anchor families=all, physics debug/anchor samples={0,25,...,100}] (W) {}; \end{tikzpicture}} \TYPE{PASS: all anchor families with native sample range} \END \end{document}