tree-sitter-dockerfile/corpus/shell_instruction.txt
Martin Jambon 98fdcad2a0 Add support for single-quoted strings and distinguish JSON strings from
the double-quoted strings that support variable expansion.
2023-06-22 19:44:07 -07:00

15 lines
176 B
Plaintext

==================
Simple
==================
SHELL ["powershell","-command"]
---
(source_file
(shell_instruction
(json_string_array
(json_string)
(json_string))))