NX01: Added nether tone kode gen and java module thus changed version
This commit is contained in:
parent
6659889ca8
commit
babb2cf188
47 changed files with 860 additions and 60 deletions
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
package ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ;
|
||||
|
||||
import java.lang.module.ModuleDescriptor;
|
||||
import java.text.NumberFormat;
|
||||
import java.text.ParseException;
|
||||
import java.util.Locale;
|
||||
|
|
@ -45,6 +46,16 @@ import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAu
|
|||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public class EclipseTest {
|
||||
|
||||
@Test
|
||||
public void testChinaDotModVersion() throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException {
|
||||
ModuleDescriptor.Version.parse("1.2.3-SNAPSHOT");
|
||||
Assertions.assertThrows(IllegalArgumentException.class, () -> {
|
||||
ModuleDescriptor.Version.parse("〇一。壬寅。一〄-SNAPSHOT");
|
||||
});
|
||||
ModuleDescriptor.Version v = ModuleDescriptor.Version.parse("5786.SHEVAT〄.1-SNAPSHOT");
|
||||
System.out.println("version=" + v);
|
||||
}
|
||||
|
||||
// =======================================================
|
||||
// Case X: Add @Deprecated on String::codePointAt(int idx)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue