aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/hack/xhp.hack
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/hack/xhp.hack')
-rw-r--r--tests/query/highlights/hack/xhp.hack6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/query/highlights/hack/xhp.hack b/tests/query/highlights/hack/xhp.hack
index 992296b97..57563a131 100644
--- a/tests/query/highlights/hack/xhp.hack
+++ b/tests/query/highlights/hack/xhp.hack
@@ -4,7 +4,7 @@ echo "<tt>Hello <strong>$user_name</tt></strong>";
// XHP: Typechecked, well-formed, and secure
$user_name = 'Andrew';
$xhp = <tt>Hello <strong>{$user_name}</strong></tt>;
-// ^ tag
-// ^ tag
-// ^ string
+// ^ @tag
+// ^ @tag
+// ^ @string
echo await $xhp->toStringAsync();