We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9120a commit 21e38aaCopy full SHA for 21e38aa
cmd/shfmt/testdata/script/editorconfig.txtar
@@ -12,11 +12,13 @@ exec shfmt
12
13
stdin stdin-filename-bash
14
! exec shfmt -filename=foo_posix.sh
15
-stderr '^foo_posix.sh:.* arrays are a bash'
+# TODO: we didn't parse as bash!
16
+stderr '^foo_posix.sh:.* arrays are a bash.*parsed as bash via -ln=auto'
17
18
19
! exec shfmt -filename=${WORK}/foo_posix.sh
-stderr ^${WORK@R}/'foo_posix.sh:.* arrays are a bash'
20
21
+stderr ^${WORK@R}/'foo_posix.sh:.* arrays are a bash.*parsed as bash via -ln=auto'
22
23
# Using a file path should use EditorConfig, including with the use of flags
24
# like -l.
0 commit comments