Skip to content

Commit

Permalink
tests for goto and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed Jun 27, 2019
1 parent 9e3a583 commit e0a62b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/specs/vscode/misc005.cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17297,7 +17297,9 @@
- source: goto
scopes:
- keyword.control.goto
- source: ' SKIP_CHAR'
- source: SKIP_CHAR
scopes:
- entity.name.label.call
- source: ;
scopes:
- punctuation.terminator.statement
Expand Down Expand Up @@ -17986,7 +17988,12 @@
- punctuation.section.block.end.bracket.curly
scopesEnd:
- meta.block
- source: ' SKIP_CHAR:'
- source: SKIP_CHAR
scopes:
- entity.name.label
- source: ':'
scopes:
- punctuation.separator.label
- source: ' previous_char_as_string '
- source: =
scopes:
Expand Down

0 comments on commit e0a62b4

Please sign in to comment.