Azure / Azure/acr-builder

Convert non-breaking space in yaml to normal space

Open
#446 0 comments 0 reactions 1 assignee Claimed by @wju-MSFT View on GitHub
bug
Dominant language
Go
Stars
41
Forks
45
Avg merge
6h 52m
Merged PRs (30d)
5

Description

**Is this a BUG REPORT or FEATURE REQUEST?**:
FEATURE REQUEST

**What happened?**:

If task yaml file has [non-breaking space](https://en.wikipedia.org/wiki/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.

```
 - cmd
```

**What did you expect to happen?**:

Convert non-breaking space to normal space.

Here is an example https://github.com/travis-ci/travis-core/pull/227

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.