There was an error while loading. Please reload this page.
1 parent b59c356 commit d001dadCopy full SHA for d001dad
1 file changed
src/org/labkey/test/util/TestDataGenerator.java
@@ -70,7 +70,7 @@
70
*/
71
public class TestDataGenerator
72
{
73
- private static final String WIDE_CHAR = "\uD83D\uDC7E"; // 👾
+ public static final String WIDE_CHAR = "\uD83D\uDC7E"; // 👾
74
private static final char WIDE_PLACEHOLDER = '\u03A0'; // 'Π' - Wide character can't be picked from the string with 'charAt'
75
private static final String NON_LATIN_STRING = "\u0438\uC548\u306F"; // "и안は"
76
// chose a Character random from this String
0 commit comments