aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/angular/for.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/angular/for.html')
-rw-r--r--tests/indent/angular/for.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/indent/angular/for.html b/tests/indent/angular/for.html
new file mode 100644
index 000000000..591472e23
--- /dev/null
+++ b/tests/indent/angular/for.html
@@ -0,0 +1,5 @@
+@for (item of items; track item.id) {
+ <li>{{ item.name }}</li>
+} @empty {
+ <p>No items</p>
+}