Skip to content

Commit

Permalink
Update tests for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed Feb 12, 2025
1 parent b5b5bcd commit 5315b9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions C++/syntax_test_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,21 @@
// ^ punctuation.definition.string.end.c
// ^ punctuation.section.group.end
// ^ punctuation.terminator.c

printf
//^^^^^^^^^^^^ meta.function.c meta.block.c
// ^^^^^^ variable.function.c
(1, 2, 3);
//^^^^^^^^^^^^^^^^^^^^ meta.function.c meta.block.c
// ^^^^^^^^^ meta.group.c
// ^ punctuation.section.group.begin.c
// ^ meta.number.integer.decimal.c constant.numeric.value.c
// ^ punctuation.separator.c
// ^ meta.number.integer.decimal.c constant.numeric.value.c
// ^ punctuation.separator.c
// ^ meta.number.integer.decimal.c constant.numeric.value.c
// ^ punctuation.section.group.end
// ^ punctuation.terminator.c
}
//^^^ meta.function.c meta.block.c
// ^ punctuation.section.block.end.c
Expand Down

0 comments on commit 5315b9d

Please sign in to comment.