mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Move specific filename samples into their own dir
This commit is contained in:
@@ -87,6 +87,6 @@ class TestTokenizer < Test::Unit::TestCase
|
||||
def test_ruby_tokens
|
||||
assert_equal %w(module Foo end), tokenize(:"ruby/foo.rb")
|
||||
assert_equal %w(# /usr/bin/env ruby puts), tokenize(:"ruby/script.rb")
|
||||
assert_equal %w(task default do puts end), tokenize(:"ruby/Rakefile")
|
||||
assert_equal %w(task default do puts end), tokenize(:"ruby/filenames/Rakefile")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user