From ba248eee28367bb6d5afb550a39f44bdd1ba9018 Mon Sep 17 00:00:00 2001 From: BluJ Date: Fri, 9 Jun 2023 11:02:36 -0600 Subject: [PATCH] chore: add in one more test --- lib/test/utils.splitCommand.test.ts | 4 ++++ package-lock.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/test/utils.splitCommand.test.ts b/lib/test/utils.splitCommand.test.ts index 08d6a8e..71f214c 100644 --- a/lib/test/utils.splitCommand.test.ts +++ b/lib/test/utils.splitCommand.test.ts @@ -12,6 +12,10 @@ describe("splitCommand ", () => { ["cat hello world", ["cat", "hello", "world"]], ["cat hello 'big world'", ["cat", "hello", "big world"]], [`cat hello "big world"`, ["cat", "hello", "big world"]], + [ + `cat hello "big world's are the greatest"`, + ["cat", "hello", "big world's are the greatest"], + ], // Too many spaces ["cat ", ["cat"]], [["cat "], ["cat "]], diff --git a/package-lock.json b/package-lock.json index c9bbeb6..a1f3a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@start9labs/start-sdk", - "version": "0.4.0-rev0.lib0.rc6", + "version": "0.4.0-rev0.lib0.rc7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@start9labs/start-sdk", - "version": "0.4.0-rev0.lib0.rc6", + "version": "0.4.0-rev0.lib0.rc7", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5",