ruby/yarvtest/test_test.rb

9 строки
120 B
Ruby

require 'yarvtest/yarvtest'
# test of syntax
class TestTest < YarvTestBase
def test_1
ae '100'
end
end