aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__rename_mod.snap
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/snapshots/tests__rename_mod.snap')
-rw-r--r--crates/ra_ide_api/src/snapshots/tests__rename_mod.snap36
1 files changed, 36 insertions, 0 deletions
diff --git a/crates/ra_ide_api/src/snapshots/tests__rename_mod.snap b/crates/ra_ide_api/src/snapshots/tests__rename_mod.snap
new file mode 100644
index 000000000..dc97b3334
--- /dev/null
+++ b/crates/ra_ide_api/src/snapshots/tests__rename_mod.snap
@@ -0,0 +1,36 @@
1Created: 2019-01-18T08:26:43.427092+00:00
2Creator: [email protected]
3Source: crates/ra_ide_api/src/rename.rs
4
5Some(
6 SourceChange {
7 label: "rename",
8 source_file_edits: [
9 SourceFileEdit {
10 file_id: FileId(
11 1
12 ),
13 edit: TextEdit {
14 atoms: [
15 AtomTextEdit {
16 delete: [4; 7),
17 insert: "foo2"
18 }
19 ]
20 }
21 }
22 ],
23 file_system_edits: [
24 MoveFile {
25 src: FileId(
26 2
27 ),
28 dst_source_root: SourceRootId(
29 0
30 ),
31 dst_path: "bar/foo2.rs"
32 }
33 ],
34 cursor_position: None
35 }
36)