Skip to content

Commit 666fe33

Browse files
cushongoogle-java-format Team
authored andcommitted
Add an integration test for comments before text blocks
PiperOrigin-RevId: 694499404
1 parent 00cce7b commit 666fe33

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class T {
2+
{
3+
f(
4+
/* foo */ """
5+
hello
6+
""");
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class T {
2+
{
3+
f(
4+
/* foo */ """
5+
hello
6+
""");
7+
}
8+
}

0 commit comments

Comments
 (0)