We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d786615 commit b11bf70Copy full SHA for b11bf70
1 file changed
test/helpers/search_qualifier_helper_test.rb
@@ -36,7 +36,7 @@ class SearchQualifierHelperTest < ActionView::TestCase
36
assert matches_non_negative_int?(value)
37
end
38
39
- ['name', '-tag', '3.14'].each do |value|
+ ['name', '-tag', '3.14', '-273'].each do |value|
40
assert_not matches_non_negative_int?(value)
41
42
0 commit comments