tree-sitter-dockerfile/corpus/user.txt
2021-05-09 20:11:30 -06:00

27 lines
284 B
Plaintext

==================
No group
==================
USER foo
---
(source_file
(user_instruction
user: (unquoted_string)))
==================
With group
==================
USER foo:bar
---
(source_file
(user_instruction
user: (unquoted_string)
group: (unquoted_string)))