Fix failing edges on leading commas in args (#3905)

This commit is contained in:
Ashe Connor
2017-11-16 11:44:51 +11:00
committed by GitHub
parent 9c4dc3047c
commit 33be70eb28
2 changed files with 5 additions and 6 deletions

View File

@@ -470,5 +470,7 @@ class TestLanguage < Minitest::Test
def test_non_crash_on_comma
assert_nil Language[',']
assert_nil Language.find_by_name(',')
assert_nil Language.find_by_alias(',')
end
end