Skip to content

Commit 970e749

Browse files
committed
Update test baselines
1 parent 791bd77 commit 970e749

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/TestFiles/SemanticTokens/Legacy.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Line Δ, Char Δ, Length, Type, Modifier(s), Text
44
0 5 3 string [] ["/"]
55
1 0 1 razorTransition [] [@]
66
0 1 5 razorDirective [] [model]
7+
0 6 8 variable [] [AppThing]
8+
0 8 1 operator [] [.]
9+
0 1 5 variable [] [Model]
710
1 0 1 razorTransition [] [@]
811
0 1 5 keyword [] [using]
912
0 6 6 namespace name [] [System]

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/TestFiles/SemanticTokens/Legacy_VSCode.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Line Δ, Char Δ, Length, Type, Modifier(s), Text
44
0 5 3 string [] ["/"]
55
1 0 1 razorTransition [] [@]
66
0 1 5 razorDirective [] [model]
7+
0 6 8 variable [] [AppThing]
8+
0 8 1 operator [] [.]
9+
0 1 5 variable [] [Model]
710
1 0 1 razorTransition [] [@]
811
0 1 5 keyword [] [using]
912
0 6 6 namespace [] [System]

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/TestFiles/SemanticTokens/Legacy_VSCode_with_background.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Line Δ, Char Δ, Length, Type, Modifier(s), Text
44
0 5 3 string [razorCode] ["/"]
55
1 0 1 razorTransition [] [@]
66
0 1 5 razorDirective [] [model]
7+
0 6 8 variable [razorCode] [AppThing]
8+
0 8 1 operator [razorCode] [.]
9+
0 1 5 variable [razorCode] [Model]
710
1 0 1 razorTransition [] [@]
811
0 1 5 keyword [razorCode] [using]
912
0 5 1 markupTextLiteral [razorCode] [ ]

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/TestFiles/SemanticTokens/Legacy_with_background.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Line Δ, Char Δ, Length, Type, Modifier(s), Text
44
0 5 3 string [razorCode] ["/"]
55
1 0 1 razorTransition [] [@]
66
0 1 5 razorDirective [] [model]
7+
0 6 8 variable [razorCode] [AppThing]
8+
0 8 1 operator [razorCode] [.]
9+
0 1 5 variable [razorCode] [Model]
710
1 0 1 razorTransition [] [@]
811
0 1 5 keyword [razorCode] [using]
912
0 5 1 markupTextLiteral [razorCode] [ ]

0 commit comments

Comments
 (0)