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
Using the following script
Given I send path 'filename' and read verbatim file content and output into 'content' Given I have a 'string' named 'content' Then print data
with keys
{ "filename": { "path": "test.txt" } }
The script should return the error path must be string raised at line 100 here:
path must be string
slangroom/pkg/fs/src/plugin.ts
Lines 98 to 106 in 423770f
while it fails only beacuse zenroom can not find the string named content in input
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using the following script
with keys
The script should return the error
path must be string
raised at line 100 here:slangroom/pkg/fs/src/plugin.ts
Lines 98 to 106 in 423770f
while it fails only beacuse zenroom can not find the string named content in input
The text was updated successfully, but these errors were encountered: