From 2f81089995c87efdbce6c94bb29647cd1f213cfd Mon Sep 17 00:00:00 2001 From: sitandr <60141933+sitandr@users.noreply.github.com> Date: Thu, 10 Aug 2023 22:36:05 +0300 Subject: Fix single prime in subscript (#1909) * Fix single prime in subscript (a_' producing wrong result) * Clippy --- tests/typ/math/opticalsize.typ | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/typ/math') diff --git a/tests/typ/math/opticalsize.typ b/tests/typ/math/opticalsize.typ index 6edd2419..07027cbb 100644 --- a/tests/typ/math/opticalsize.typ +++ b/tests/typ/math/opticalsize.typ @@ -43,3 +43,7 @@ $a'_b^c$, $a_b'^c$, $a_b^c'$, $a_b'^c'^d'$ $(a'_b')^(c'_d')$, $a'/b'$, $a_b'/c_d'$ $∫'$, $∑'$, $ ∑'_S' $ + +--- +// Test attaching primes only +$a' = a^', a_', a_'''^''^'$ \ No newline at end of file -- cgit v1.2.3