# File test/src/operator_test.rb, line 18
  def testSort
    assert_equal(%w{+++ ++- ++ + --- -- -}, Operators.sort(%w{++ - + -- +++ ++- ---}))
  end