Skip to content

Commit d45c44c

Browse files
committed
golden files
1 parent 4234053 commit d45c44c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/devbox/testdata/shellrc/basic/shellrc.golden

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ if [ -f testdata/shellrc/basic/shellrc ]; then
33
fi
44
# Begin Devbox Post-init Hook
55

6-
export quote="they said, \"lasers\"";
6+
export quote="'they said, "lasers"'";
77
export simple="value";
8-
export space="quote me";
9-
export special="\$\`\"\\";
8+
export space="'quote me'";
9+
export special="'$`"\'";
1010

1111
# If the user hasn't specified they want to handle the prompt themselves,
1212
# prepend to the prompt to make it clear we're in a devbox shell.

0 commit comments

Comments
 (0)