Update testcase for lua self
This commit is contained in:
parent
ab1b62fbb7
commit
93c14b1b31
1 changed files with 3 additions and 3 deletions
|
|
@ -201,7 +201,7 @@
|
|||
["keyword.operator","="],
|
||||
["keyword","function"],
|
||||
["paren.lparen","("],
|
||||
["identifier","self"],
|
||||
["variable.language","self"],
|
||||
["text",", "],
|
||||
["identifier","other"],
|
||||
["paren.rparen",")"]
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
["text"," "],
|
||||
["keyword","return"],
|
||||
["text"," "],
|
||||
["identifier","self"],
|
||||
["variable.language","self"],
|
||||
["keyword.operator",":"],
|
||||
["support.function","format"],
|
||||
["paren.lparen","("],
|
||||
|
|
@ -345,4 +345,4 @@
|
|||
["text"," "],
|
||||
["comment","--[[ blah ]]"],
|
||||
["paren.rparen",")"]
|
||||
]]
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue