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