From fa3cb05ac3fbce237f053b57f21bd2dcf5f8df45 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 26 Jun 2023 16:59:23 -0700 Subject: [PATCH] Remove redundant key --- tests/.env | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/.env b/tests/.env index 93747f11..40d66e07 100644 --- a/tests/.env +++ b/tests/.env @@ -23,7 +23,6 @@ DOUBLE_AND_SINGLE_QUOTES_INSIDE_BACKTICKS=`double "quotes" and single 'quotes' w EXPAND_NEWLINES="expand\nnew\nlines" DONT_EXPAND_UNQUOTED=dontexpand\nnewlines DONT_EXPAND_SQUOTED='dontexpand\nnewlines' -DONT_EXPAND_SQUOTED='dontexpand\nnewlines' # COMMENTS=work INLINE_COMMENTS=inline comments # work #very #well INLINE_COMMENTS_SINGLE_QUOTES='inline comments outside of #singlequotes' # work