tree-sitter-dockerfile/test/corpus/workdir.txt
tvrinssen 1bf9daef46
Support heredocs (#45)
This adds support for heredocs in Dockerfiles. This required adding an external scanner to store the required state.

Co-authored-by: Camden Cheek <camden@ccheek.com>
2024-04-19 14:08:28 -06:00

13 lines
117 B
Plaintext

==================
Simple
==================
WORKDIR /tmp/test
---
(source_file
(workdir_instruction
(path)))