@@ -160,21 +160,21 @@ extension FileGeneratorTests {
160160 switch assetType {
161161 case . regular:
162162 return [
163- " static var exampleColor1 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" Example Color 1 \" ) \( defaultValue) } " ,
164- " static var exampleColor2 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" exampleColor2 \" ) \( defaultValue) } " ,
165- " static var exampleColor3 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor3 \" ) \( defaultValue) } " ,
166- " static var exampleColor4 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor4- \" ) \( defaultValue) } "
163+ " static var example1 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" Example Color 1 \" ) \( defaultValue) } " ,
164+ " static var example2 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" exampleColor2 \" ) \( defaultValue) } " ,
165+ " static var example3 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor3 \" ) \( defaultValue) } " ,
166+ " static var example4 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor4- \" ) \( defaultValue) } "
167167 ]
168168 case . withFolders:
169169 return [
170- " static var rootExampleColor : \( variableType) { return \( variableType) ( \( framework. parameterName) \" Root Example Color \" ) \( defaultValue) } " ,
170+ " static var rootExample : \( variableType) { return \( variableType) ( \( framework. parameterName) \" Root Example Color \" ) \( defaultValue) } " ,
171171 " // MARK: - Example 1 " ,
172- " static var exampleColor1 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" Example Color 1 \" ) \( defaultValue) } " ,
173- " static var exampleColor2 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" exampleColor2 \" ) \( defaultValue) } " ,
174- " static var exampleColor3 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor3 \" ) \( defaultValue) } " ,
175- " static var exampleColor4 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor4- \" ) \( defaultValue) } " ,
172+ " static var example1 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" Example Color 1 \" ) \( defaultValue) } " ,
173+ " static var example2 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" exampleColor2 \" ) \( defaultValue) } " ,
174+ " static var example3 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor3 \" ) \( defaultValue) } " ,
175+ " static var example4 : \( variableType) { return \( variableType) ( \( framework. parameterName) \" ExampleColor4- \" ) \( defaultValue) } " ,
176176 " // MARK: - SubFolder " ,
177- " static var subFolderExampleColor : \( variableType) { return \( variableType) ( \( framework. parameterName) \" SubFolder Example Color \" ) \( defaultValue) } "
177+ " static var subFolderExample : \( variableType) { return \( variableType) ( \( framework. parameterName) \" SubFolder Example Color \" ) \( defaultValue) } "
178178 ]
179179 }
180180 }
0 commit comments