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
test code:
runslt2.lua -v "{name=nil}" <<EOF <p>#{= name }#</p> EOF
result:
<p>
expect result:
<p></p>
The text was updated successfully, but these errors were encountered:
If a value is nil, the coroutine function will return nil, the same as it is terminated. So we must distinguish the 2 situations.
Sorry, something went wrong.
678cea9
1. Add nil_empty test case #5
1084ad5
2. Add end_tag_missing test case, support failure test #11
henix
No branches or pull requests
test code:
result:
expect result:
The text was updated successfully, but these errors were encountered: