Fix plist font file name and fix all tests
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@ -57,12 +57,18 @@ final class TagsGeneratorTests: XCTestCase {
|
||||
|
||||
/// Translation in ium :
|
||||
/// Some translation
|
||||
///
|
||||
/// Comment :
|
||||
/// No comment
|
||||
var s1_def_one: String {
|
||||
"Some translation"
|
||||
}
|
||||
|
||||
/// Translation in ium :
|
||||
/// Some translation
|
||||
///
|
||||
/// Comment :
|
||||
/// No comment
|
||||
var s1_def_two: String {
|
||||
"Some translation"
|
||||
}
|
||||
@ -71,6 +77,9 @@ final class TagsGeneratorTests: XCTestCase {
|
||||
|
||||
/// Translation in ium :
|
||||
/// Some translation
|
||||
///
|
||||
/// Comment :
|
||||
/// No comment
|
||||
var s2_def_one: String {
|
||||
"Some translation"
|
||||
}
|
||||
|
Reference in New Issue
Block a user