test(node): update bash test

This commit is contained in:
Amaan Qureshi 2023-08-31 18:26:22 -04:00
parent 09030401d1
commit ec88699f1c
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -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);