Skip to content

Commit 144e373

Browse files
committed
path test
1 parent 88b0792 commit 144e373

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

Diff for: tests/e2e/add-ext-using-path/base/foo

Whitespace-only changes.

Diff for: tests/e2e/add-ext-using-path/cmd.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"params": [{"type": "path", "value": "./snippet"}]
3+
}

Diff for: tests/e2e/add-ext-using-path/expected.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "dir",
3+
"name": "temp",
4+
"children": [
5+
{
6+
"type": "file",
7+
"name": "foo.bar",
8+
"text": ""
9+
},
10+
{
11+
"type": "dir",
12+
"name": "bar.bar",
13+
"children": []
14+
}
15+
]
16+
}

Diff for: tests/e2e/add-ext-using-path/snippet

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f.mv(f + ".bar")

0 commit comments

Comments
 (0)