Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit b912fc0

Browse files
authored
Merge pull request #117 from juanjux/fix/tests
Fix .uast files
2 parents 5302d8b + fb87c4b commit b912fc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+253
-2790
lines changed

fixtures/annotations.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,4 @@ Module {
287287
. }
288288
}
289289

290+

fixtures/aritmeticops.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,3 +507,4 @@ Module {
507507
. }
508508
}
509509

510+

fixtures/assert_constant.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ Module {
137137
. }
138138
}
139139

140+

fixtures/augassign.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,4 @@ Module {
236236
. }
237237
}
238238

239+

fixtures/bitwise.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,3 +626,4 @@ Module {
626626
. }
627627
}
628628

629+

fixtures/classdef.py.uast

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Status: ok
22
Errors:
33
UAST:
44
Module {
5-
. Roles: File
5+
. Roles: File,Module
66
. Children: {
77
. . 0: ClassDef {
88
. . . Roles: Type,Declaration,Identifier,Statement
@@ -45,13 +45,7 @@ Module {
4545
. . . . . . . }
4646
. . . . . . . Children: {
4747
. . . . . . . . 0: arguments {
48-
<<<<<<< HEAD
49-
. . . . . . . . . Roles: Function,Declaration,Argument,Name,Identifier
50-
||||||| merged common ancestors
51-
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument,Name,Identifier
52-
=======
5348
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument
54-
>>>>>>> Remove Identifier from the arguments grouping node. Remove dups
5549
. . . . . . . . . Properties: {
5650
. . . . . . . . . . internalRole: args
5751
. . . . . . . . . . kwarg: <nil>
@@ -216,13 +210,7 @@ Module {
216210
. . . . . . . }
217211
. . . . . . . Children: {
218212
. . . . . . . . 0: arguments {
219-
<<<<<<< HEAD
220-
. . . . . . . . . Roles: Function,Declaration,Argument,Name,Identifier
221-
||||||| merged common ancestors
222-
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument,Name,Identifier
223-
=======
224213
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument
225-
>>>>>>> Remove Identifier from the arguments grouping node. Remove dups
226214
. . . . . . . . . Properties: {
227215
. . . . . . . . . . internalRole: args
228216
. . . . . . . . . . kwarg: <nil>
@@ -457,13 +445,7 @@ Module {
457445
. . . . . . . . . }
458446
. . . . . . . . }
459447
. . . . . . . . 2: arguments {
460-
<<<<<<< HEAD
461-
. . . . . . . . . Roles: Function,Declaration,Argument,Name,Identifier
462-
||||||| merged common ancestors
463-
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument,Name,Identifier
464-
=======
465448
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument
466-
>>>>>>> Remove Identifier from the arguments grouping node. Remove dups
467449
. . . . . . . . . Properties: {
468450
. . . . . . . . . . internalRole: args
469451
. . . . . . . . . . kwarg: <nil>
@@ -485,13 +467,7 @@ Module {
485467
. . . . . . . }
486468
. . . . . . . Children: {
487469
. . . . . . . . 0: arguments {
488-
<<<<<<< HEAD
489-
. . . . . . . . . Roles: Function,Declaration,Argument,Name,Identifier
490-
||||||| merged common ancestors
491-
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument,Name,Identifier
492-
=======
493470
. . . . . . . . . Roles: Function,Declaration,Incomplete,Argument
494-
>>>>>>> Remove Identifier from the arguments grouping node. Remove dups
495471
. . . . . . . . . Properties: {
496472
. . . . . . . . . . internalRole: args
497473
. . . . . . . . . . kwarg: <nil>
@@ -1030,13 +1006,7 @@ Module {
10301006
. . . . . }
10311007
. . . . . Children: {
10321008
. . . . . . 0: Num {
1033-
<<<<<<< HEAD
1034-
. . . . . . . Roles: Literal,Number,Expression,Primitive,Function,Declaration,Argument,Name,Identifier,Call,Argument,Positional
1035-
||||||| merged common ancestors
1036-
. . . . . . . Roles: Literal,Number,Expression,Argument,Name,Identifier,Function,Call,Positional
1037-
=======
1038-
. . . . . . . Roles: Literal,Number,Expression,Function,Call,Positional,Argument,Name
1039-
>>>>>>> Remove Identifier from the arguments grouping node. Remove dups
1009+
. . . . . . . Roles: Literal,Number,Expression,Primitive,Function,Call,Positional,Argument,Name
10401010
. . . . . . . TOKEN "5"
10411011
. . . . . . . StartPosition: {
10421012
. . . . . . . . Offset: 269
@@ -1097,3 +1067,4 @@ Module {
10971067
. }
10981068
}
10991069

1070+

fixtures/classdef_decorated.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Module {
6868
. }
6969
}
7070

71+

fixtures/classdef_inheritance.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,4 @@ Module {
220220
. }
221221
}
222222

223+

fixtures/classdef_metaclass_py2.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ Module {
105105
. }
106106
}
107107

108+

fixtures/classdef_metaclass_py3.py.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,4 @@ Module {
211211
. }
212212
}
213213

214+

0 commit comments

Comments
 (0)