diff options
Diffstat (limited to 'tests/frontend/source-track/comments.bst')
-rw-r--r-- | tests/frontend/source-track/comments.bst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/frontend/source-track/comments.bst b/tests/frontend/source-track/comments.bst new file mode 100644 index 000000000..887c37b98 --- /dev/null +++ b/tests/frontend/source-track/comments.bst @@ -0,0 +1,13 @@ +kind: manual + +config: + build-commands: + (<): + # This is a multi-line comment. + # It should have no effect and should be ignored safely. + - | + true + +sources: +- kind: remote + url: project-root:/files/apples |