Skip to content

Commit 0e02c06

Browse files
committed
Rename obj-c output files to match naming pattern of swift files
1 parent 48273c8 commit 0e02c06

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Tests/Fixtures/Generated/Strings/objc-h/localizable-no-comments.h renamed to Tests/Fixtures/Generated/Strings/objc-h/localizable-noComments.h

File renamed without changes.

Tests/Fixtures/Generated/Strings/objc-m/localizable-no-comments.m renamed to Tests/Fixtures/Generated/Strings/objc-m/localizable-noComments.m

File renamed without changes.

Tests/TemplatesTests/StringsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class StringsTests: XCTestCase {
5757
),
5858
(
5959
context: try StencilContext.enrich(context: context, parameters: ["noComments"]),
60-
suffix: "-no-comments"
60+
suffix: "-noComments"
6161
),
6262
(
6363
context: try StencilContext.enrich(context: context, parameters: ["headerName=headerName-from-parameter.h"]),

0 commit comments

Comments
 (0)