Skip to content

Commit ccdf901

Browse files
authored
test output with assignment
1 parent 860a1d3 commit ccdf901

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/syntax_test_scopes.component.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,22 @@
11011101
<!-- ^ punctuation.definition.tag.end.html -->
11021102

11031103
<div (output)="var = exp" >
1104+
<!--^^^^^^^^^^^^^^^^^^^^^^^ meta.tag -->
1105+
<!-- ^^^^^^^^ meta.directive.on.ngx -->
1106+
<!-- ^ meta.directive.ngx -->
1107+
<!-- ^^^^^^^^^^^ meta.directive.value.ngx meta.string.ngx -->
1108+
<!-- ^ punctuation.definition.on.begin.ngx -->
1109+
<!-- ^^^^^^ entity.other.attribute-name.on.ngx -->
1110+
<!-- ^ punctuation.definition.on.end.ngx -->
1111+
<!-- ^ punctuation.separator.key-value.ngx -->
1112+
<!-- ^ string.quoted.double.ngx punctuation.definition.string.begin.ngx -->
1113+
<!-- ^^^^^^^^^^ meta.embedded.expression.ngx source.ngx.embedded.html - string -->
1114+
<!-- ^^^ variable.other.readwrite.ngx -->
11041115
<!-- ^ keyword.operator.assignment.ngx -->
1116+
<!-- ^^^ variable.other.readwrite.ngx -->
1117+
<!-- ^ string.quoted.double.ngx punctuation.definition.string.end.ngx -->
1118+
<!-- ^ punctuation.definition.tag.end.html -->
1119+
11051120

11061121
<div (output)="var += exp" >
11071122
<!-- ^^ keyword.operator.assignment.augmented.ngx -->

0 commit comments

Comments
 (0)