From ec88699f1c537420c3d75355c95c6c0a9022064c Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Thu, 31 Aug 2023 18:26:22 -0400 Subject: [PATCH] test(node): update bash test --- lib/binding_web/test/parser-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/binding_web/test/parser-test.js b/lib/binding_web/test/parser-test.js index 74c45d96..a25e5dc5 100644 --- a/lib/binding_web/test/parser-test.js +++ b/lib/binding_web/test/parser-test.js @@ -139,7 +139,7 @@ describe("Parser", () => { 'redirect: (file_redirect descriptor: (file_descriptor) destination: (word)) ' + 'redirect: (file_redirect destination: (word)) ' + '(heredoc_body ' + - '(expansion (variable_name))) (heredoc_end))))' + '(expansion (variable_name)) (heredoc_content)) (heredoc_end))))' ); }).timeout(5000);