fix impatient not found on bootstrap
This commit is contained in:
committed by
Sidhanth Rathod
parent
33c304f627
commit
074b656cbd
31
tree-sitter-lua/test/corpus/chunk.txt
Normal file
31
tree-sitter-lua/test/corpus/chunk.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
================================================================================
|
||||
chunk
|
||||
================================================================================
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(chunk)
|
||||
|
||||
================================================================================
|
||||
hash_bang_line
|
||||
================================================================================
|
||||
|
||||
#!/usr/bin/env lua
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(chunk
|
||||
(hash_bang_line))
|
||||
|
||||
================================================================================
|
||||
return_statement
|
||||
================================================================================
|
||||
|
||||
return 42
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(chunk
|
||||
(return_statement
|
||||
(expression_list
|
||||
(number))))
|
||||
Reference in New Issue
Block a user