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.
2 parents bf3ba16 + 2e16212 commit e790245Copy full SHA for e790245
t/server/sanitize_query.t
@@ -86,20 +86,6 @@ sub test_bad_request {
86
};
87
}
88
89
-my %replacements = (
90
- prefer_shorter_module_names_100 =>
91
- qr#\Q_score - doc['documentation'].value.length()/100\E#,
92
-
93
- prefer_shorter_module_names_400 =>
94
- qr#\Qif(documentation == empty)\E.+\Q.length()/400\E#s,
95
96
- score_version_numified => qr#\Qdoc['module.version_numified'].value\E#,
97
98
- status_is_latest => qr#\Qdoc['status'].value == 'latest'\E#,
99
100
- stupid_script_that_doesnt_exist => undef,
101
-);
102
103
hash_key_rejected( script => { script => 'foobar' } );
104
hash_key_rejected(
105
script => { tree => { of => 'many', hashes => { script => 'foobar' } } }
0 commit comments