-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Current Behavior
files of test directory are completed instead of sandbox
go1.23.7 works but go1.24.0 and go1.24.1 fails
Expected Behavior
complete files within sandbox
Steps To Reproduce
No response
Version
1.7.1
OS
- Darwin
- Linux
- Termux
- Windows
Shell
- Bash
- Cmd
- Elvish
- Fish
- Nushell
- Oil
- Powershell
- Xonsh
- Zsh
Anything else?
=== NAME TestSymlink
assert.go:40: testing.go:1792:
--- expected
+++ actual
@@ -5,22 +5,16 @@
"usage": "ActionDirectories()",
"values": [
{
- "value": "dirA/",
- "display": "dirA/",
+ "value": "_test/",
+ "display": "_test/",
"style": "#bd93f9",
"tag": "directories"
},
{
- "value": "dirB/",
- "display": "dirB/",
+ "value": "_test_files/",
+ "display": "_test_files/",
"style": "#bd93f9",
"tag": "directories"
- },
- {
- "value": "symA/",
- "display": "symA/",
- "style": "#bd93f9",
- "tag": "directories"
}
]
}
\ No newline at end of file