aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-10-04 16:57:57 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-10-04 16:57:57 +0200
commit2694356b41ecccd9bd50836ea1686598c94ff56c (patch)
tree9424e055d3d4d133e983302052f041495f8835f2 /test
parentf895159f06c9512d66115fb7dd2f517d4c215ba2 (diff)
Test using method
Diffstat (limited to 'test')
-rw-r--r--test/highlight/notation.api8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/highlight/notation.api b/test/highlight/notation.api
index aa7bc71..f161647 100644
--- a/test/highlight/notation.api
+++ b/test/highlight/notation.api
@@ -4,7 +4,7 @@ Forum.Models.Post
// ^ type.definition
+glyphs <Array<String>>
//<- operator
- //^ property
+ //^ method
// ^ punctuation
// ^ type.definition
// ^ punctuation
@@ -18,7 +18,7 @@ Forum.Models.Post
-author <Author>
~>textUpdated(text <String>)
//<- operator
- //^ property
+ //^ method
// ^ function
// ^ parameter
// ^ punctuation
@@ -32,7 +32,7 @@ Forum.Models.Post
<+textWillUpdate(text <String>)
::getAll(parent_id <UUID>) => Promise<Array<Forum.Models.Post>> #> NotFoundError,DisplayError
//<- operator
- //^ property
+ //^ method
// ^ function
// ^ parameter
// ^ punctuation
@@ -47,7 +47,7 @@ Forum.Models.Post
#update(text <String>) => Promise<void>
#transform([transformer] <Function<T>(T) => boolean>)
//<- operator
- //^ property
+ //^ method
// ^ function
// ^ parameter.optional
// ^ punctuation