Skip to content

Commit

Permalink
[C] Adjust syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe authored and James Buren committed Dec 8, 2024
1 parent 637b232 commit 3925799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion C++/syntax_test_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,9 +1174,9 @@ dec7 = 1234567890uLL;
/* ^ punctuation.terminator - constant */

dec8 = 1'234_567'890s0f;
/* ^^^^^^^^^^^^^^^^ meta.number.integer.decimal.c */
/* ^^^^^ constant.numeric.value.c */
/* ^^^^ invalid.illegal.numeric.suffix.c */
/* ^^^^^^ meta.number.integer.decimal.c */
/* ^^^ constant.numeric.value.c */
/* ^^^ invalid.illegal.numeric.suffix.c */
/* ^ punctuation.terminator - constant */
Expand Down
2 changes: 1 addition & 1 deletion Objective-C/syntax_test_objc.m
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,9 @@ - (void)debugOutput:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2)
/* ^ punctuation.terminator - constant */
dec8 = 1'234_567'890s0f;
/* ^^^^^^^^^^^^^^^^ meta.number.integer.decimal.c */
/* ^^^^^ constant.numeric.value.c */
/* ^^^^ invalid.illegal.numeric.suffix.c */
/* ^^^^^^ meta.number.integer.decimal.c */
/* ^^^ constant.numeric.value.c */
/* ^^^ invalid.illegal.numeric.suffix.c */
/* ^ punctuation.terminator - constant */
Expand Down

0 comments on commit 3925799

Please sign in to comment.