Break Up LaTeX Source on Section Macros #231
Annotations
4 errors
|
packages/unified-latex-to-pretext/tests/break-on-boundaries.test.ts#L109
AssertionError: expected { messages: [ …(2) ] } to deeply equal { messages: [ …(2) ] }
- Expected
+ Received
Object {
"messages": Array [
- "Warning: hoisted out of a group, which might break the LaTeX code. { group: {\\subsection{Intro}description.\\subsubsection{body}more text.{\\subparagraph{Conclusion}Conclusion.}} }",
"Warning: hoisted out of a group, which might break the LaTeX code. { group: {\\subparagraph{Conclusion}Conclusion.} }",
+ "Warning: hoisted out of a group, which might break the LaTeX code. { group: {\\subsection{Intro}description.\\subsubsection{body}more text.\\subparagraph{Conclusion}Conclusion.} }",
],
}
❯ packages/unified-latex-to-pretext/tests/break-on-boundaries.test.ts:109:40
|
packages/unified-latex-to-pretext/tests/break-on-boundaries.test.ts#L133
AssertionError: expected { messages: [ …(2) ] } to deeply equal { messages: [ …(2) ] }
- Expected
+ Received
Object {
"messages": Array [
- "Warning: hoisted out of a group, which might break the LaTeX code. { group: {\\subsection{Intro}\\subsubsection{body}{$\\mathbb{N}$\\subparagraph{Conclusion}{no divisions 1}Conclusion.}} }",
"Warning: hoisted out of a group, which might break the LaTeX code. { group: {$\\mathbb{N}$\\subparagraph{Conclusion}{no divisions 1}Conclusion.} }",
+ "Warning: hoisted out of a group, which might break the LaTeX code. { group: {\\subsection{Intro}\\subsubsection{body}$\\mathbb{N}$\\subparagraph{Conclusion}{no divisions 1}Conclusion.} }",
],
}
❯ packages/unified-latex-to-pretext/tests/break-on-boundaries.test.ts:133:40
|
|
This job was cancelled
Loading