-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes things much simpler, IMO. Signed-off-by: Hank Donnay <[email protected]>
- Loading branch information
Showing
32 changed files
with
254 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
rhel/dockerfile/testdata/Dockerfile-quay-quay-rhel8-v3.5.6-4.want
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
rhel/dockerfile/testdata/Dockerfile-rhscl-redis-5-rhel7-5-53.1634738116.want
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
rhel/dockerfile/testdata/Dockerfile-rhscl-s2i-core-rhel7-1-235.want
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
rhel/dockerfile/testdata/Dockerfile-ubi8-minimal-8.4-208.want
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
error: invalid assignment syntax: `A=B C=D # Comments not allowed in this position` | ||
-- Dockerfile -- | ||
LABEL A=B \ | ||
C=D # Comments not allowed in this position |
5 changes: 5 additions & 0 deletions
5
rhel/dockerfile/testdata/Dockerfile-issue526 → rhel/dockerfile/testdata/Issue526.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
-- Dockerfile -- | ||
FROM scratch | ||
|
||
ENV A="B C" \ | ||
D=E | ||
|
||
LABEL label="$A $D" | ||
-- Want -- | ||
{ | ||
"label": "B C E" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...le/testdata/fuzz/FuzzLex/1f3dc577a1373f0294c8c914cac1d07507ec629a0b510b694efbb77bf06aedbc
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...le/testdata/fuzz/FuzzLex/44d812f0623961c44832d76d3d8c03cf65d66ea4da27266e7d71c203d6aa7757
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...le/testdata/fuzz/FuzzLex/5d9409a7fb62c67dc82a7ec3af76fb2f3a6cf8d18aa86f32d8ac1f0e10a13941
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.