summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm')
-rw-r--r--macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm28
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm b/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm
new file mode 100644
index 0000000000..7985abdd87
--- /dev/null
+++ b/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm
@@ -0,0 +1,28 @@
+
+$l2h_cache_key = q/ \gdef\Desig{\buildrel \rm def \over \equiv}/;
+$l2h_cache{$l2h_cache_key} = q| |;
+
+$l2h_cache_key = q/$$ \Desig
+$$/;
+$l2h_cache{$l2h_cache_key} = q|<DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
+\buildrel \rm def \over \equiv
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 3.12ex; vertical-align: -0.12ex; " SRC="tex_gdef_2.svg"
+ ALT="$\displaystyle \buildrel \rm def \over \equiv
+$">
+</DIV>
+|;
+
+$l2h_cache_key = q/$\Desig$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ $\buildrel \rm def \over \equiv$
+ -->
+<SPAN CLASS="MATH"><IMG
+ STYLE="height: 3.12ex; vertical-align: -0.12ex; " SRC="tex_gdef_1.svg"
+ ALT="$\buildrel \rm def \over \equiv $"></SPAN>|;
+1; \ No newline at end of file