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
exports[`parserandprinter > should format all fixtures > 384.Dockerfile 1`] = `"LABEL org.opencontainers.image.authors="Jean Luc Picard <picardj@starfleet.gov>""`;
988
+
exports[`parserandprinter > should format 384.Dockerfile fixtures > 384.Dockerfile 1`] = `"LABEL org.opencontainers.image.authors="Jean Luc Picard <picardj@starfleet.gov>""`;
989
989
990
-
exports[`parser and printer > should format all fixtures > 384.Dockerfile 2`] = `"LABEL org.opencontainers.image.authors="Jean Luc Picard <picardj@starfleet.gov>""`;
990
+
exports[`parser and printer > should format 384.Dockerfile fixtures > 384.Dockerfile 2`] = `"LABEL org.opencontainers.image.authors="Jean Luc Picard <picardj@starfleet.gov>""`;
991
991
992
-
exports[`parser and printer > should format all fixtures > 398.Dockerfile 1`] = `
992
+
exports[`parser and printer > should format 398.Dockerfile fixtures > 398.Dockerfile 1`] = `
993
993
"ENV a=1 \\
994
994
b=2
995
995
# comment
@@ -1000,7 +1000,7 @@ e=5
1000
1000
"
1001
1001
`;
1002
1002
1003
-
exports[`parser and printer > should format all fixtures > 398.Dockerfile 2`] = `
1003
+
exports[`parser and printer > should format 398.Dockerfile fixtures > 398.Dockerfile 2`] = `
1004
1004
"ENV a=1 \\
1005
1005
b=2 \\
1006
1006
# comment
@@ -1010,7 +1010,7 @@ exports[`parser and printer > should format all fixtures > 398.Dockerfile 2`] =
1010
1010
e=5"
1011
1011
`;
1012
1012
1013
-
exports[`parser and printer > should format all fixtures > Dockerfile 1`] = `
1013
+
exports[`parser and printer > should format Dockerfile fixtures > Dockerfile 1`] = `
1014
1014
"FROM node:lts-alpine as builder
1015
1015
1016
1016
# 安装与编译代码
@@ -1027,7 +1027,7 @@ EXPOSE 2015
1027
1027
"
1028
1028
`;
1029
1029
1030
-
exports[`parser and printer > should format all fixtures > Dockerfile 2`] = `
1030
+
exports[`parser and printer > should format Dockerfile fixtures > Dockerfile 2`] = `
0 commit comments