Skip to content

Commit

Permalink
Add test with branching
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Jun 17, 2022
1 parent 327c3d3 commit d89cf4b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/test/resources/termination/methods/loops/sample.vpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Available token types:
[comment] [string] [keyword] [number] [regexp] [operator] [namespace]
[type] [struct] [class] [interface] [enum] [typeParameter] [function]
[method] [macro] [variable] [parameter] [property] [label] [decorator]

Available token modifiers:
[type.declaration] [type.documentation] [type.readonly] [type.static]
[type.abstract] [type.deprecated] [type.modification] [type.async]

Some examples:
[class.static.token] [type.static.abstract]
[class.static.token] [type.static]

[struct]

[function.private]

An error case:
[notInLegend]

0 comments on commit d89cf4b

Please sign in to comment.