spec/q_lang_spec.rb in qlang-0.0.14142135 vs spec/q_lang_spec.rb in qlang-0.0.27000000
- old
+ new
@@ -26,10 +26,10 @@
)
expect(
Q.to_ruby.compile('f(x, y) = x + y')
).to eq(
- "f(x ,y) <= x + y"
+ "f(x, y) <= x + y"
)
expect(
Matrix[[1, 2, 3], [4, 5, 6]].to_q
).to eq(