// Jest Snapshot v1, https://goo.gl/fbAQLP 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 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 `;