From 33ffe1e457ba8c62e694d6b5fb5b00307c62de46 Mon Sep 17 00:00:00 2001 From: Chris Fish Date: Wed, 21 May 2025 12:38:23 -0400 Subject: [PATCH] Help with file paths that include spaces --- Sources/SnapshotTesting/SnapshotTestingConfiguration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SnapshotTesting/SnapshotTestingConfiguration.swift b/Sources/SnapshotTesting/SnapshotTestingConfiguration.swift index 28cba97fe..de8908173 100644 --- a/Sources/SnapshotTesting/SnapshotTestingConfiguration.swift +++ b/Sources/SnapshotTesting/SnapshotTestingConfiguration.swift @@ -168,7 +168,7 @@ public struct SnapshotTestingConfiguration: Sendable { /// The [Kaleidoscope](http://kaleidoscope.app) diff tool. public static let ksdiff = Self { - "ksdiff \($0) \($1)" + "ksdiff \"\($0)\" \"\($1)\"" } /// The default diff tool.