Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 29, 2018 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/0f201f5100fdfeb6fb4a73cc548e59f5 to your computer and use it in GitHub Desktop.
Save Whateverable/0f201f5100fdfeb6fb4a73cc548e59f5 to your computer and use it in GitHub Desktop.
greppable6
fails\-like
File Code
perl6/doc
…/testing.pod6 :111:
=item L«C<fails-like>|/language/testing#index-entry-fails-like»
perl6/doc
…/testing.pod6 :639:
L«C<fails-like>|/language/testing#index-entry-fails-like» routine instead.
perl6/doc
…/testing.pod6 :654:
X<|fails-like>
perl6/doc
…/testing.pod6 :656:
=item fails-like($code, $expected-exception, $description?, *%matcher)
perl6/doc
…/testing.pod6 :663:
fails-like { +"a" }, X::Str::Numeric,
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :39:
sub fails-like (&test, $ex-type, $reason?, *%matcher) is export {
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :65:
fails-like { $non-resolving-parent.&child-secure('../foo') }, X::IO::Resolve,
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :68:
fails-like { $non-resolving-parent.&child-secure('foo') }, X::IO::Resolve,
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :71:
fails-like { $parent.&child-secure('foo/bar') }, X::IO::Resolve,
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :74:
fails-like { $parent.&child-secure('../foo') }, X::IO::NotAChild,
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :90:
fails-like { $parent.&child-secure('foo/../../bar') }, X::IO::NotAChild,
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :93:
fails-like { $parent.&child-secure("../\x[308]") }, X::IO::NotAChild,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment