From 32e760d66c060f596d94402c5ae6c7c4292cbc32 Mon Sep 17 00:00:00 2001 From: Jake Bolton Date: Sat, 6 Jan 2024 18:07:14 -0600 Subject: [PATCH] Update Test-IsBlank-ComparingBlankKinds.ipynb --- Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb index 88f1e22..7448213 100644 --- a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb +++ b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb @@ -59,14 +59,7 @@ "### Full Test : Fancy mode\n", "\n", "\n", - "Here's the final output.\n", - "\n", - "\n", - "\n", - "```ps1\n", - "Test-IsBlank $doesNotExist -AsBool\n", - " # true\n", - "```\n", + "Here's the final output. The full source this test is the `Test-IsBlank` function below.\n", "\n", "```ps1\n", "IsTrueNull IsEmpty IsTrueEmptyStr IsBlank Length RawValue AsBool Name\n",