summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorbluebear94 <uruwi@protonmail.com>2023-10-12 04:19:07 -0400
committerGitHub <noreply@github.com>2023-10-12 10:19:07 +0200
commitd3b62bd02ef92b747b724f344e9b8c7d5668ffbe (patch)
treefae56c4bb8018e3d6c06a4669ee8216e13ea9892 /tests/typ
parentd1a702f3fda49f7180ccde4f336fa725861be17f (diff)
MathAttach::primes: account for possible hash before base (#2363)
Fixes #2358.
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/prime.typ9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/math/prime.typ b/tests/typ/math/prime.typ
new file mode 100644
index 00000000..61e0c0b2
--- /dev/null
+++ b/tests/typ/math/prime.typ
@@ -0,0 +1,9 @@
+// Test prime symbols after code mode.
+#let g = $f$
+#let gg = $f$
+
+$
+ #(g)' #g' #g ' \
+ #g''''''''''''''''' \
+ gg'
+$