Update testcase for lua self

This commit is contained in:
Derk-Jan Hartman 2014-01-17 11:54:51 +01:00
commit 93c14b1b31

View file

@ -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",")"]
]]
]]