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
containsOnly
Without the block:
> [1,2,3].containsOnly([1,2]) [failed] [].containsOnly() expected: == [] actual: [ 0: 3 ]
Within a block:
> mondoo { [1,2,3].containsOnly([1,2]) } mondoo: { [].containsOnly(): false }
Analysis shows the AST is basically identical, i.e. this is not a code expansion issue but a printing issue.
as reported by @scottford-io
The text was updated successfully, but these errors were encountered:
arlimus
No branches or pull requests
Without the block:
Within a block:
Analysis shows the AST is basically identical, i.e. this is not a code expansion issue but a printing issue.
as reported by @scottford-io
The text was updated successfully, but these errors were encountered: