mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 05:33:00 +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 ) |     private static String formatName( String name ) | ||||||
|     { |     { | ||||||
|         return name.replace( "\0", " \u2192 " ); |         return name.replace( "\0", " -> " ); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev