-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tests for issues #224/#225 and #229. Since these are known bugs, the tests are currently marked as expected failures. Once the solution is implemented, that designation can be removed and we'll still keep the test to make sure there aren't any regressions.
- Loading branch information
Showing
3 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/comment_suffix_after_source_line.c b/comment_suffix_after_source_line.c | ||
new file mode 100644 | ||
index 0000000..d340f6a | ||
--- /dev/null | ||
+++ b/comment_suffix_after_source_line.c | ||
@@ -0,0 +1,4 @@ | ||
+void some_func() { | ||
+ int x = 0; // TODO: give this a better name | ||
+ x++; | ||
+} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters