// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`A MathML builder \\html@mathml makes clean symbols 1`] = ` © KaTeX \\copyright\\neq\\notin≘\\KaTeX `; exports[`A MathML builder \\text fonts become mathvariant 1`] = ` roman italic bold   italic bold ss italic bold   italic bold tt italic bold   italic bold \\text{roman\\textit{italic\\textbf{bold italic}}\\textbf{bold}\\textsf{ss\\textit{italic\\textbf{bold italic}}\\textbf{bold}}\\texttt{tt\\textit{italic\\textbf{bold italic}}\\textbf{bold}}} `; exports[`A MathML builder accents turn into in MathML 1`] = ` u ¨ b e r f i a n c e ˊ e über fiancée `; exports[`A MathML builder ligatures render properly 1`] = ` “‘Hi—-”’ \`\`‘Hi----''’\`\`‘Hi----''’ \\text{\`\`\`Hi----'''}--\\texttt{\`\`\`Hi----'''}\\text{\\tt \`\`\`Hi----'''} `; exports[`A MathML builder normal spaces render normally 1`] = ` \\kern1em\\kern1ex `; exports[`A MathML builder should concatenate digits into single 1`] = ` sin α = 0.34 \\sin{\\alpha}=0.34 `; exports[`A MathML builder should generate nodes for \\phantom 1`] = ` x \\phantom{x} `; exports[`A MathML builder should generate the right types of nodes 1`] = ` sin x + 1    a \\sin{x}+1\\;\\text{a} `; exports[`A MathML builder should make prime operators into nodes 1`] = ` f f' `; exports[`A MathML builder should output \\limsup_{x \\rightarrow \\infty} correctly in \\textstyle 1`] = ` lim sup x \\limsup_{x \\rightarrow \\infty} `; exports[`A MathML builder should output \\limsup_{x \\rightarrow \\infty} in displaymode correctly 1`] = ` lim sup x \\limsup_{x \\rightarrow \\infty} `; exports[`A MathML builder should render boldsymbol with the correct mathvariants 1`] = ` A x 2 k ω Ω ı + \\boldsymbol{Ax2k\\omega\\Omega\\imath+} `; exports[`A MathML builder should render mathchoice as if there was nothing 1`] = ` k = 0 x k \\displaystyle\\mathchoice{\\sum_{k = 0}^{\\infty} x^k}{T}{S}{SS} `; exports[`A MathML builder should render mathchoice as if there was nothing 2`] = ` k = 0 x k \\mathchoice{D}{\\sum_{k = 0}^{\\infty} x^k}{S}{SS} `; exports[`A MathML builder should render mathchoice as if there was nothing 3`] = ` x T x_{\\mathchoice{D}{T}{\\sum_{k = 0}^{\\infty} x^k}{SS}} `; exports[`A MathML builder should render mathchoice as if there was nothing 4`] = ` x y T x_{y_{\\mathchoice{D}{T}{S}{\\sum_{k = 0}^{\\infty} x^k}}} `; exports[`A MathML builder should set href attribute for href appropriately 1`] = ` α \\href{http://example.org}{\\alpha} `; exports[`A MathML builder should use for colorbox 1`] = ` b \\colorbox{red}{b} `; exports[`A MathML builder should use for raisebox 1`] = ` b \\raisebox{0.25em}{b} `; exports[`A MathML builder should use for regular operators 1`] = ` a b \\textstyle\\sum_a^b `; exports[`A MathML builder should use for large operators 1`] = ` a b \\displaystyle\\sum_a^b `; exports[`A MathML builder special spaces render specially 1`] = `        ⁣  ⁣  ⁣  ⁣     ⁣  ⁣  ⁣  ⁣ \\,\\thinspace\\:\\>\\medspace\\;\\thickspace\\!\\negthinspace\\negmedspace\\negthickspace\\mkern1mu\\mkern3mu\\mkern4mu\\mkern5mu\\mkern-1mu\\mkern-3mu\\mkern-4mu\\mkern-5mu `; exports[`A MathML builder tags use 1`] = ` x + y 2 (hi) \\tag{hi} x+y^2 `;