summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsitandr <60141933+sitandr@users.noreply.github.com>2023-08-10 22:36:05 +0300
committerGitHub <noreply@github.com>2023-08-10 21:36:05 +0200
commit2f81089995c87efdbce6c94bb29647cd1f213cfd (patch)
treeb240bcfab9b6107545cd5758186625ad449880dd /tests
parent88bcb8769a07d1bad57b77fa9443b598fd1a6b61 (diff)
Fix single prime in subscript (#1909)
* Fix single prime in subscript (a_' producing wrong result) * Clippy
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/opticalsize.pngbin11317 -> 12126 bytes
-rw-r--r--tests/typ/math/opticalsize.typ4
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/math/opticalsize.png b/tests/ref/math/opticalsize.png
index 905d3389..bd67542b 100644
--- a/tests/ref/math/opticalsize.png
+++ b/tests/ref/math/opticalsize.png
Binary files differ
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