Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 13, 2016 01:01
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 zoffixznet/10cfd20925efffb33160e778bbf9b8f6 to your computer and use it in GitHub Desktop.
Save zoffixznet/10cfd20925efffb33160e778bbf9b8f6 to your computer and use it in GitHub Desktop.
subtest '.languages method' => {
my $langs = $glot.languages;
is $langs, Seq, 'returns a Seq';
ok <perl perl6 ruby python> ⊆ $langs, 'returned stuff looks sane';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment