Skip to content

Commit 6eac4f5

Browse files
committed
C++: Accept Test Output
Some tricky FPs are preserved in there.
1 parent a124dcf commit 6eac4f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
| test.cpp:9:3:10:8 | ... , ... | Comma before misleading indentation. |
2-
| test.cpp:17:7:18:4 | ... , ... | Comma before misleading indentation. |
1+
| test.cpp:49:2:49:8 | (void)... | The indentation level may be misleading (for some tab sizes). |
2+
| test.cpp:52:8:52:8 | x | The indentation level may be misleading (for some tab sizes). |
3+
| test.cpp:160:3:160:9 | (void)... | The indentation level may be misleading (for some tab sizes). |
4+
| test.cpp:166:5:166:7 | ... ++ | The indentation level may be misleading (for some tab sizes). |
5+
| test.cpp:176:6:178:6 | ... ? ... : ... | The indentation level may be misleading (for some tab sizes). |

0 commit comments

Comments
 (0)