summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/math_not_closed/math_not_closed-l2h_cache.pm
blob: d236ea74a67bdaccd5a806ef3d99bcc105dd67a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

$l2h_cache_key = q/$3\delta + 2
$/;
$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG STYLE="height: 2.03ex; vertical-align: -0.31ex; " SRC="math_not_closed_2.svg"
 ALT="$3\delta + 2
$"></SPAN>|;

$l2h_cache_key = q/$\delta + 2
$/;
$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG STYLE="height: 2.03ex; vertical-align: -0.31ex; " SRC="math_not_closed_1.svg"
 ALT="$\delta + 2
$"></SPAN>|;
1;