New Eventi version
This commit is contained in:
parent
b3d1b866c2
commit
5babd17d18
@ -1,5 +1,5 @@
|
|||||||
[versions]
|
[versions]
|
||||||
eventi = "1.0-rc39"
|
eventi = "1.0-rc40"
|
||||||
exfl = "1.0-rc1"
|
exfl = "1.0-rc1"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|||||||
@ -127,7 +127,7 @@ class MigrateContentProjectPathTest {
|
|||||||
@Test
|
@Test
|
||||||
fun cleanForFileSystem_removesSpecialCharacters() {
|
fun cleanForFileSystem_removesSpecialCharacters() {
|
||||||
assertEquals("Hello World!", "Hello@World!".cleanForFileSystem())
|
assertEquals("Hello World!", "Hello@World!".cleanForFileSystem())
|
||||||
assertEquals("Spider-Man No Way Home", "Spider-Man: No Way Home!".cleanForFileSystem())
|
assertEquals("Spider-Man No Way Home!", "Spider-Man: No Way Home!".cleanForFileSystem())
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
fun videoStoreFile_usesSanitizedName() {
|
fun videoStoreFile_usesSanitizedName() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user