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
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
What happened?:
If task yaml file has non-breaking space, it may cause some unexpected result. For example, if there is a non-breaking space at the beginning of the cmd step, the step will be skipped in the execution.
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
What happened?:
If task yaml file has non-breaking space, it may cause some unexpected result. For example, if there is a non-breaking space at the beginning of the cmd step, the step will be skipped in the execution.
What did you expect to happen?:
Convert non-breaking space to normal space.
Here is an example travis-ci/travis-core#227
The text was updated successfully, but these errors were encountered: