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
In case, we use "WHEN" phrase but no transformation is given, we see the following output.
"Doe" ->WHEN:treatAs[NOUT] ->"Doe" THEN:&& ->true isNotNull ->true ! ->true isEmpty ->false ["John","Doe","PhD"]->WHEN:treatAsList ->["John","Doe","PhD"] THEN:contains["Doe_"]->true
The part treatAs[NOUT] is an internal term and if it is treatAsIs, the output will be more readable.
treatAs[NOUT]
treatAsIs
The text was updated successfully, but these errors were encountered:
Issue-#57: Improve output message of "MoreFluent" style.
24b9338
Merge pull request #58 from dakusui/3.0.x-develop-issue-57_improveOut…
d854f04
…putMessageOfMoreFluentStyle Issue-#57: Improve output message of "MoreFluent" style.
dakusui
No branches or pull requests
In case, we use "WHEN" phrase but no transformation is given, we see the following output.
The part
treatAs[NOUT]
is an internal term and if it istreatAsIs
, the output will be more readable.The text was updated successfully, but these errors were encountered: