Skip to content

Commit 3008618

Browse files
committed
String operation contributor tests
1 parent b85e0b6 commit 3008618

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*String*/'foo'.escapeXml();
2+
/*String*/'foo'.firstToUpperCase();
3+
/*String*/'foo'.characterAt(0);
4+
/*String*/'foo'.firstToLowerCase();
5+
/*String*/'foo'.ftuc();
6+
/*String*/'foo'.ftlc();
7+
/*Boolean*/'foo'.isSubstringOf('bar');
8+
/*Sequence<String>*/'foo'.toCharSequence();
9+
/*String*/'foo'.pad(5,'a',true);

0 commit comments

Comments
 (0)