From 045a19650242bfc94a3962452d3971b2677bbffc Mon Sep 17 00:00:00 2001 From: laniakea64 Date: Fri, 14 Jun 2024 17:07:40 -0400 Subject: [PATCH] Test "unexport" as recipe name --- tests/cases/tricky.html | 4 ++++ tests/cases/tricky.just | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/cases/tricky.html b/tests/cases/tricky.html index 4497739..5746690 100644 --- a/tests/cases/tricky.html +++ b/tests/cases/tricky.html @@ -154,3 +154,7 @@ not-shell-expanded-string fix: (functions2 fix'$HOME') not-shell-expanded-string2 _-x: (functions2 _-x"$HOME") + +unexport PARAM \ +: + env | grep -P {{quote(PARAM)}} diff --git a/tests/cases/tricky.just b/tests/cases/tricky.just index 301c0e0..278966c 100644 --- a/tests/cases/tricky.just +++ b/tests/cases/tricky.just @@ -154,3 +154,7 @@ edition = "2021" not-shell-expanded-string fix: (functions2 fix'$HOME') not-shell-expanded-string2 _-x: (functions2 _-x"$HOME") + +unexport PARAM \ +: + env | grep -P {{quote(PARAM)}}