# File test/src/simple_parser_test.rb, line 94 def testLocator line, col = CodeLocator.new("abc").locate(2) assert_equal([1,3],[line,col]) end