Skip to content

Commit 424fd0c

Browse files
Update test
1 parent 35104ab commit 424fd0c

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

data/fixtures/recorded/languages/go/chuckBranch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ initialState:
1717
active: {line: 0, character: 0}
1818
marks: {}
1919
finalState:
20-
documentContents: "else if y {\n\ty++\n} else {\n\tx--\n}"
20+
documentContents: "if y {\n\ty++\n} else {\n\tx--\n}"
2121
selections:
2222
- anchor: {line: 0, character: 0}
2323
active: {line: 0, character: 0}

queries/go.scm

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,6 @@
360360
result: (_) @type
361361
) @_.domain
362362

363-
;;!! if true {}
364-
(
365-
(_
366-
condition: (_) @condition
367-
) @_.domain
368-
(#not-type? @condition parenthesized_expression)
369-
(#not-type? @_.domain for_clause if_statement)
370-
)
371-
372363
;;!! if (true) {}
373364
(
374365
(_

0 commit comments

Comments
 (0)