mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-02 02:27:56 +00:00
Ensure the test name is ASCII
Gradle really doesn't like unicode apparently
This commit is contained in:
@@ -416,6 +416,6 @@ public class ComputerTestDelegate
|
||||
|
||||
private static String formatName( String name )
|
||||
{
|
||||
return name.replace( "\0", " \u2192 " );
|
||||
return name.replace( "\0", " -> " );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user