aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Deininger <[email protected]>2024-11-06 19:04:33 +0100
committerGitHub <[email protected]>2024-11-06 10:04:33 -0800
commiteeb8b1eb3a80ce94059e45d6844a6a22e7b019d1 (patch)
tree1941dc499eb8ab802aa24c6b4f096451f6e76e58 /test
parent10f638ddf205dd9b62f080261ad753d824331e29 (diff)
Fix typos (#10349)
Diffstat (limited to 'test')
-rw-r--r--test/jats-reader.native11
-rw-r--r--test/jats-reader.xml6
-rw-r--r--test/typst-reader.native2
-rw-r--r--test/undergradmath.typ2
4 files changed, 13 insertions, 8 deletions
diff --git a/test/jats-reader.native b/test/jats-reader.native
index 51048dd5a..61a35ebb8 100644
--- a/test/jats-reader.native
+++ b/test/jats-reader.native
@@ -536,7 +536,7 @@ Pandoc
, Space
, Str "the"
, Space
- , Str "pragraph,"
+ , Str "paragraph,"
, Space
, Str "but"
, Space
@@ -568,7 +568,12 @@ Pandoc
]
, Para
[ Strong
- [ Str "Outside" , Space , Str "a" , Space , Str "pararaph" ]
+ [ Str "Outside"
+ , Space
+ , Str "a"
+ , Space
+ , Str "paragraph"
+ ]
, Str ","
, Space
, Str "should"
@@ -613,7 +618,7 @@ Pandoc
]
, Para
[ Strong
- [ Str "Inside" , Space , Str "a" , Space , Str "pragraph" ]
+ [ Str "Inside" , Space , Str "a" , Space , Str "paragraph" ]
, Str ","
, Space
, Str "should"
diff --git a/test/jats-reader.xml b/test/jats-reader.xml
index 0bb36346d..641f1ea9c 100644
--- a/test/jats-reader.xml
+++ b/test/jats-reader.xml
@@ -163,12 +163,12 @@
</sec>
<sec id="disp-formulae">
<title>Block formulae with <italic>disp-formula</italic></title>
- <p><bold>Inside a paragraph</bold>, should be natively coded inside the pragraph, but show as block:</p>
+ <p><bold>Inside a paragraph</bold>, should be natively coded inside the paragraph, but show as block:</p>
<p>Einstein showed that <disp-formula><alternatives>
<tex-math><![CDATA[e=mc^2]]></tex-math>
<mml:math display="block" xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mrow><mml:mi>e</mml:mi><mml:mo>=</mml:mo><mml:mi>m</mml:mi><mml:msup><mml:mi>c</mml:mi><mml:mn>2</mml:mn></mml:msup></mml:mrow></mml:math></alternatives></disp-formula>.
This formula is important because…</p>
- <p><bold>Outside a pararaph</bold>, should show as block:</p>
+ <p><bold>Outside a paragraph</bold>, should show as block:</p>
<p>Einstein showed that </p>
<disp-formula><alternatives>
<tex-math><![CDATA[e=mc^2]]></tex-math>
@@ -177,7 +177,7 @@
</sec>
<sec id="no-formula-wrapper">
<title>Without a formula wrapper</title>
- <p><bold>Inside a pragraph</bold>, should show inline:</p>
+ <p><bold>Inside a paragraph</bold>, should show inline:</p>
<p>Einstein showed that <alternatives>
<tex-math><![CDATA[e=mc^2]]></tex-math>
<mml:math display="inline" xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mrow><mml:mi>e</mml:mi><mml:mo>=</mml:mo><mml:mi>m</mml:mi><mml:msup><mml:mi>c</mml:mi><mml:mn>2</mml:mn></mml:msup></mml:mrow></mml:math></alternatives>.
diff --git a/test/typst-reader.native b/test/typst-reader.native
index ade99b4bc..5b04e523d 100644
--- a/test/typst-reader.native
+++ b/test/typst-reader.native
@@ -3201,7 +3201,7 @@ Pandoc
( "" , [ "box" ] , [] )
[ Math InlineMath "\\ominus"
, Str "\8192"
- , Code ( "" , [] , [] ) "minus.cirle"
+ , Code ( "" , [] , [] ) "minus.circle"
]
]
]
diff --git a/test/undergradmath.typ b/test/undergradmath.typ
index 1910d31b0..e0daacd3b 100644
--- a/test/undergradmath.typ
+++ b/test/undergradmath.typ
@@ -259,7 +259,7 @@ Just type them!
cell($\u{224D}$, [`\u{224D}` @tricky]), cell($tilde.eq$, `tilde.eq`), cell($n!$, `n!`),
cell($equiv$, `equiv`), cell($tilde.not$, `tilde.not`), cell($diff$, `diff`),
cell($prec$, `prec`), cell($plus.circle$, `plus.circle`), cell($nabla$, `nabla`),
- cell($prec.eq$, `prec.eq`), cell($minus.circle$, `minus.cirle`), cell($planck.reduce$, `planck.reduce`),
+ cell($prec.eq$, `prec.eq`), cell($minus.circle$, `minus.circle`), cell($planck.reduce$, `planck.reduce`),
cell($succ$, `succ`), cell($dot.circle$, `dot.circle`), cell($circle.stroked.tiny$, `circle.stroked.tiny`),
cell($succ.eq$, `succ.eq`), cell($times.circle$, `times.circle`), cell($star$, `star`),
cell($prop$, `prop`), cell($\u{2298}$, [`\u{2298}` @tricky]), cell($sqrt("")$, `sqrt("")`),