We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553a6ac commit 992ff07Copy full SHA for 992ff07
unicodetools/src/test/java/org/unicode/unittest/TestUrl.java renamed to unicodetools/src/test/java/org/unicode/unittest/LinkUtilitiesTest.java
@@ -37,14 +37,14 @@
37
import org.unicode.utilities.LinkUtilities.Part;
38
39
/** The following is very temporary, just during the spec development. */
40
-public class TestUrl extends TestFmwk {
+public class LinkUtilitiesTest extends TestFmwk {
41
42
private static final Joiner JOIN_SEMI_TAB = Joiner.on(";\t");
43
public static final char LINKIFY_START = '⸠';
44
public static final char LINKIFY_END = '⸡';
45
46
public static void main(String[] args) {
47
- new TestUrl().run(args);
+ new LinkUtilitiesTest().run(args);
48
}
49
50
static final List<String> TEST_DETECTION_CASES = new ArrayList<>();
0 commit comments