Rename package to swift-mustache (#27)
* Rename package to swift-mustache * Update CI
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import HummingbirdMustache
|
||||
import Mustache
|
||||
import XCTest
|
||||
|
||||
final class ErrorTests: XCTestCase {
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
@testable import HummingbirdMustache
|
||||
@testable import Mustache
|
||||
import XCTest
|
||||
|
||||
final class LibraryTests: XCTestCase {
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
@testable import HummingbirdMustache
|
||||
@testable import Mustache
|
||||
import XCTest
|
||||
|
||||
final class PartialTests: XCTestCase {
|
||||
@@ -16,7 +16,7 @@ import Foundation
|
||||
#if os(Linux)
|
||||
import FoundationNetworking
|
||||
#endif
|
||||
import HummingbirdMustache
|
||||
import Mustache
|
||||
import XCTest
|
||||
|
||||
public struct AnyDecodable: Decodable {
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
@testable import HummingbirdMustache
|
||||
@testable import Mustache
|
||||
import XCTest
|
||||
|
||||
final class TemplateParserTests: XCTestCase {
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import HummingbirdMustache
|
||||
import Mustache
|
||||
import XCTest
|
||||
|
||||
final class TemplateRendererTests: XCTestCase {
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import HummingbirdMustache
|
||||
import Mustache
|
||||
import XCTest
|
||||
|
||||
final class TransformTests: XCTestCase {
|
||||
Reference in New Issue
Block a user