require "spec_helper" RSpec.describe MathML2AsciiMath do it "processes some MathML" do expect(MathML2AsciiMath.m2a(<<~INPUT)).to match_fuzzy <<~OUTPUT a x2 +b×x +c INPUT a diamond x^2\n + b xx x\n + c OUTPUT end end