Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed May 17, 2024
1 parent af6bebb commit 2ce105d
Show file tree
Hide file tree
Showing 31 changed files with 425 additions and 171 deletions.
19 changes: 0 additions & 19 deletions data/fixtures/recorded/languages/cpp/clearName.yml

This file was deleted.

25 changes: 0 additions & 25 deletions data/fixtures/recorded/languages/cpp/takeFunkName.yml

This file was deleted.

25 changes: 0 additions & 25 deletions data/fixtures/recorded/languages/cpp/takeFunkName2.yml

This file was deleted.

19 changes: 0 additions & 19 deletions data/fixtures/recorded/languages/cpp/takeFunkName3.yml

This file was deleted.

25 changes: 0 additions & 25 deletions data/fixtures/recorded/languages/cpp/takeName.yml

This file was deleted.

25 changes: 0 additions & 25 deletions data/fixtures/recorded/languages/cpp/takeName2.yml

This file was deleted.

25 changes: 0 additions & 25 deletions data/fixtures/recorded/languages/cpp/takeName3.yml

This file was deleted.

13 changes: 13 additions & 0 deletions data/fixtures/scopes/c/functionName.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
void C::funcName() {}
---

[Content] =
[Removal] = 0:8-0:16
>--------<
0| void C::funcName() {}

[Domain] = 0:0-0:21
>---------------------<
0| void C::funcName() {}

[Insertion delimiter] = " "
13 changes: 13 additions & 0 deletions data/fixtures/scopes/c/functionName2.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
void C::funcName();
---

[Content] =
[Removal] = 0:8-0:16
>--------<
0| void C::funcName();

[Domain] = 0:0-0:19
>-------------------<
0| void C::funcName();

[Insertion delimiter] = " "
17 changes: 17 additions & 0 deletions data/fixtures/scopes/c/functionName3.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
void aaa() {}
---

[Content] =
[Removal] = 0:5-0:8
>---<
0| void aaa() {}

[Leading delimiter] = 0:4-0:5
>-<
0| void aaa() {}

[Domain] = 0:0-0:13
>-------------<
0| void aaa() {}

[Insertion delimiter] = " "
17 changes: 17 additions & 0 deletions data/fixtures/scopes/c/functionName4.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
void aaa();
---

[Content] =
[Removal] = 0:5-0:8
>---<
0| void aaa();

[Leading delimiter] = 0:4-0:5
>-<
0| void aaa();

[Domain] = 0:0-0:11
>-----------<
0| void aaa();

[Insertion delimiter] = " "
3 changes: 3 additions & 0 deletions data/fixtures/scopes/c/name.argument.formal.iteration.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
void aaa(int bbb, int ccc);
---

3 changes: 3 additions & 0 deletions data/fixtures/scopes/c/name.argument.formal.iteration2.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
void aaa(int bbb = 0, int ccc = 0) {}
---

36 changes: 36 additions & 0 deletions data/fixtures/scopes/c/name.argument.formal.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
void aaa(int bbb);
---

[#1 Content] =
[#1 Removal] = 0:5-0:8
>---<
0| void aaa(int bbb);

[#1 Leading delimiter] = 0:4-0:5
>-<
0| void aaa(int bbb);

[#1 Domain] = 0:0-0:18
>------------------<
0| void aaa(int bbb);

[#1 Insertion delimiter] = " "


[#2 Content] = 0:13-0:16
>---<
0| void aaa(int bbb);

[#2 Removal] = 0:12-0:16
>----<
0| void aaa(int bbb);

[#2 Leading delimiter] = 0:12-0:13
>-<
0| void aaa(int bbb);

[#2 Domain] = 0:8-0:17
>---------<
0| void aaa(int bbb);

[#2 Insertion delimiter] = " "
40 changes: 40 additions & 0 deletions data/fixtures/scopes/c/name.argument.formal2.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
void aaa(int bbb = 0) {}
---

[#1 Content] =
[#1 Removal] = 0:5-0:8
>---<
0| void aaa(int bbb = 0) {}

[#1 Leading delimiter] = 0:4-0:5
>-<
0| void aaa(int bbb = 0) {}

[#1 Domain] = 0:0-0:24
>------------------------<
0| void aaa(int bbb = 0) {}

[#1 Insertion delimiter] = " "


[#2 Content] = 0:13-0:16
>---<
0| void aaa(int bbb = 0) {}

[#2 Removal] = 0:13-0:17
>----<
0| void aaa(int bbb = 0) {}

[#2 Leading delimiter] = 0:12-0:13
>-<
0| void aaa(int bbb = 0) {}

[#2 Trailing delimiter] = 0:16-0:17
>-<
0| void aaa(int bbb = 0) {}

[#2 Domain] = 0:8-0:21
>-------------<
0| void aaa(int bbb = 0) {}

[#2 Insertion delimiter] = " "
20 changes: 20 additions & 0 deletions data/fixtures/scopes/c/name.assignment.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
aaa = 0;
---

[Content] = 0:0-0:3
>---<
0| aaa = 0;

[Removal] = 0:0-0:6
>------<
0| aaa = 0;

[Trailing delimiter] = 0:3-0:6
>---<
0| aaa = 0;

[Domain] = 0:0-0:7
>-------<
0| aaa = 0;

[Insertion delimiter] = " "
20 changes: 20 additions & 0 deletions data/fixtures/scopes/c/name.assignment2.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
aaa += 0;
---

[Content] = 0:0-0:3
>---<
0| aaa += 0;

[Removal] = 0:0-0:7
>-------<
0| aaa += 0;

[Trailing delimiter] = 0:3-0:7
>----<
0| aaa += 0;

[Domain] = 0:0-0:8
>--------<
0| aaa += 0;

[Insertion delimiter] = " "
13 changes: 13 additions & 0 deletions data/fixtures/scopes/c/name.function.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
void C::funcName() {}
---

[Content] =
[Removal] = 0:8-0:16
>--------<
0| void C::funcName() {}

[Domain] = 0:0-0:21
>---------------------<
0| void C::funcName() {}

[Insertion delimiter] = " "
13 changes: 13 additions & 0 deletions data/fixtures/scopes/c/name.function2.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
void C::funcName();
---

[Content] =
[Removal] = 0:8-0:16
>--------<
0| void C::funcName();

[Domain] = 0:0-0:19
>-------------------<
0| void C::funcName();

[Insertion delimiter] = " "
Loading

0 comments on commit 2ce105d

Please sign in to comment.