aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/filters/suppresswithplaintextcommentfilter/InputSuppressWithPlainTextCommentFilter.xml
blob: 685ec350d5cb35fa389cef5ce417065b515985e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>

<!--CS-OFF-->

<root>
    <child>
	</child>
    <!--CS-ON-->
    <child>
	</child>
</root>