Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rm3l/devfile-lib-comment-preservation-issue
Test case demonstrating an issue with comments not being preserved after serializing a devfile.yaml file using the Devfile library
https://github.com/rm3l/devfile-lib-comment-preservation-issue
Last synced: 14 days ago
JSON representation
Test case demonstrating an issue with comments not being preserved after serializing a devfile.yaml file using the Devfile library
- Host: GitHub
- URL: https://github.com/rm3l/devfile-lib-comment-preservation-issue
- Owner: rm3l
- License: mit
- Created: 2022-08-31T21:17:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T21:26:30.000Z (about 2 years ago)
- Last Synced: 2024-06-20T19:38:14.536Z (5 months ago)
- Language: Go
- Homepage: https://github.com/devfile/api/issues/919
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Link to issue** : [devfile/api#919](https://github.com/devfile/api/issues/919)
**Notes**
- Might be related to [devfile/api#371](https://github.com/devfile/api/issues/371)**How to reproduce the issue**
Using Go >= 1.19:
```bash
go test -v ./...
```