Skip to content

Commit f5b216a

Browse files
authored
test output with augmented assignment
1 parent 3b97456 commit f5b216a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/syntax_test_scopes.component.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,21 @@
11191119

11201120

11211121
<div (output)="var += exp" >
1122+
<!--^^^^^^^^^^^^^^^^^^^^^^^ meta.tag -->
1123+
<!-- ^^^^^^^^ meta.directive.on.ngx -->
1124+
<!-- ^ meta.directive.ngx -->
1125+
<!-- ^^^^^^^^^^^ meta.directive.value.ngx meta.string.ngx -->
1126+
<!-- ^ punctuation.definition.on.begin.ngx -->
1127+
<!-- ^^^^^^ entity.other.attribute-name.on.ngx -->
1128+
<!-- ^ punctuation.definition.on.end.ngx -->
1129+
<!-- ^ punctuation.separator.key-value.ngx -->
1130+
<!-- ^ string.quoted.double.ngx punctuation.definition.string.begin.ngx -->
1131+
<!-- ^^^^^^^^^ meta.embedded.expression.ngx source.ngx.embedded.html - string -->
1132+
<!-- ^^^ variable.other.readwrite.ngx -->
11221133
<!-- ^^ keyword.operator.assignment.augmented.ngx -->
1134+
<!-- ^^^ variable.other.readwrite.ngx -->
1135+
<!-- ^ string.quoted.double.ngx punctuation.definition.string.end.ngx -->
1136+
<!-- ^ punctuation.definition.tag.end.html -->
11231137

11241138
<div (output)="var -= exp" >
11251139
<!-- ^^ keyword.operator.assignment.augmented.ngx -->

0 commit comments

Comments
 (0)