Skip to content

Commit 5f37c24

Browse files
committed
Adjust comment on xnodetest
1 parent 55b4788 commit 5f37c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/ibatis/parsing/XNodeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ void xNodeToString() {
129129
</mapper>
130130
""";
131131

132+
// a little bit ugly with id/name break, but not a blocker
132133
String expected = """
133134
<select id="select" resultType="map">
134135
select
135136
<var set="foo" value="bar" />
136137
ID,
137-
// a little bit ugly here, but not a blocker
138138
NAME
139139
from STUDENT
140140
<where>

0 commit comments

Comments
 (0)