-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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 import string with no configs #279
Conversation
@jywarren we have to have the |
I don't think they are -- if we are URL-encoding the commas within functions, we can then do |
@jywarren yes we can, if you want I'll do it this way, just some changes please give me five minutes!! |
Actually @jywarren what happens is we use |
The problem is that we need commas to separate the parameters, so we can't rely on |
We could separate parameters with pipes |
@jywarren No problem, I have a work around!! |
No need of pure json |
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
@jywarren Please have a look at the new pr that fixes our problem!! |
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
OK, i pulled it but I think there's one more thing odd with it -- see how the test returns:
|
But great work! |
I refactored a bit for readability -- but I'm still seeing an error -- i believe it's still because it can't distinguish between commas used to separate steps, and commas used to separate step settings... I think we ought to switch to pipes, because it's tough otherwise! |
I mean we could switch to semicolons... |
OK, this should work!!! |
Hooray! OK awesome. Read through these changes, but they're pretty minimal! |
No description provided.