fix impatient not found on bootstrap
This commit is contained in:
committed by
Sidhanth Rathod
parent
33c304f627
commit
074b656cbd
80
tree-sitter-lua/test/corpus/comments.txt
Normal file
80
tree-sitter-lua/test/corpus/comments.txt
Normal file
@@ -0,0 +1,80 @@
|
||||
================================================================================
|
||||
comment
|
||||
================================================================================
|
||||
|
||||
--
|
||||
-- single-line comment, below an empty single-line comment
|
||||
|
||||
--[[
|
||||
print("block comment")
|
||||
--]]
|
||||
|
||||
--[[
|
||||
print("block comment")
|
||||
]]
|
||||
|
||||
-- [[
|
||||
print("not block comment")
|
||||
--]]
|
||||
|
||||
--[=[[print("level 1 block comment")]]=]
|
||||
|
||||
--[=[
|
||||
[print("level 1 block comment")]
|
||||
]=]
|
||||
|
||||
--[=[
|
||||
[print("level 1 block comment")
|
||||
]=]
|
||||
|
||||
--[=[
|
||||
print("level 1 block comment")]
|
||||
]=]
|
||||
|
||||
--[=[
|
||||
[[print("level 1 block comment")
|
||||
]=]
|
||||
|
||||
--[=[
|
||||
print("level 1 block comment")]]
|
||||
]=]
|
||||
|
||||
--[==[
|
||||
print("level 2 block comment")
|
||||
-- ]==]
|
||||
|
||||
--[==[
|
||||
print("level 2 block comment")
|
||||
]==]
|
||||
|
||||
-- [==[
|
||||
print("not level 2 block comment")
|
||||
--]==]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(chunk
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(function_call
|
||||
name: (identifier)
|
||||
arguments: (arguments
|
||||
(string)))
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(comment)
|
||||
(function_call
|
||||
name: (identifier)
|
||||
arguments: (arguments
|
||||
(string)))
|
||||
(comment))
|
||||
Reference in New Issue
Block a user