test/import/test_shake_lexer.rb in tracksperanto-2.8.6 vs test/import/test_shake_lexer.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/../helper' class ShakeLexerTest < Test::Unit::TestCase P = File.dirname(__FILE__) + "/samples/shake_script/shake_tracker_nodes.shk" OFX_CURLY_BRACES = File.dirname(__FILE__) + "/samples/shake_script/ofx_vardefs.shk" @@ -199,6 +200,6 @@ def parse(s, klass = L) s = StringIO.new(s) unless s.respond_to?(:read) klass.new(s).stack end -end \ No newline at end of file +end