You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation for split "Run Paramteres" of project
is used split method that split a String by space. I that not handle
qouted parameters with spaces and split it by space that not allow
to pass the text as parameter with spaces.
To handle this situation the split method are replaced by use the
StringTokenizer class, that support single (`) and duble (") quote
that arrond the tekst as a params.
Task: albilu#123
Steps to reproduce the behavior:
param1 "param2a param2b" param3 'param4a param4b param3c' param5
as value of the "Run Parameters:"Expected behavior
You should get below results:
Current behavior
Now you get below results:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: