Skip to content

Commit ad35432

Browse files
committed
update test
1 parent 78b39d6 commit ad35432

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

test/specs/features/typedef_alias.cpp.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,46 @@
8383
scopes:
8484
- meta.tail.union.cpp
8585
- entity.name.type.alias.cpp
86+
- source: ;
87+
scopes:
88+
- punctuation.terminator.statement.cpp
89+
scopesEnd:
90+
- meta.block.union.cpp
91+
- source: typedef
92+
scopes:
93+
- keyword.other.typedef.cpp
94+
- source: struct
95+
scopesBegin:
96+
- meta.block.struct.cpp
97+
- meta.head.struct.cpp
98+
scopes:
99+
- storage.type.struct.cpp
100+
- source: _OVERLAPPED
101+
scopes:
102+
- entity.name.type.struct.cpp
103+
- source: '{'
104+
scopes:
105+
- punctuation.section.block.begin.bracket.curly.struct.cpp
106+
scopesEnd:
107+
- meta.head.struct.cpp
108+
- source: '}'
109+
scopes:
110+
- meta.body.struct.cpp
111+
- punctuation.section.block.end.bracket.curly.struct.cpp
112+
- source: OVERLAPPED
113+
scopesBegin:
114+
- meta.tail.struct.cpp
115+
scopes:
116+
- entity.name.type.alias.cpp
117+
- source: ','
118+
- source: '*'
119+
scopes:
120+
- storage.modifier.pointer.cpp
121+
- source: LPOVERLAPPED
122+
scopes:
123+
- entity.name.type.alias.cpp
124+
scopesEnd:
125+
- meta.tail.struct.cpp
86126
- source: ;
87127
scopes:
88128
- punctuation.terminator.statement.cpp

0 commit comments

Comments
 (0)