tree-sitter-dockerfile/corpus/user.txt

27 lines
284 B
Plaintext
Raw Normal View History

2021-05-09 22:11:30 -04:00
==================
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)))