We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the stuff after SEARCHES closing delimiter is still highlighted as strings
SEARCHES
my @expected-searches = <beer masak vacation whisky>; my ($y, @searches) = q:to/INPUT/, q:to/SEARCHES/.lines; xxxx INPUT beer masak vacation whisky SEARCHES is(@searches.elems, 1, "We didn't flatten the RHS because it's no single argument"); is(@searches[0].WHAT, Seq, "Seq stayed intact"); is-deeply @searches[0].Array, @expected-searches, 'seq => array works 3';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All the stuff after
SEARCHES
closing delimiter is still highlighted as stringsExample Code
Picture [optional]
Leave this in. For internal use.
The text was updated successfully, but these errors were encountered: