update tests for ruby mode
This commit is contained in:
parent
399e25ceaf
commit
c83f39e4a9
3 changed files with 19 additions and 7 deletions
|
|
@ -144,7 +144,9 @@
|
|||
["text"," "],
|
||||
["support.function","link_to"],
|
||||
["text"," "],
|
||||
["string","'Show'"],
|
||||
["string.start","'"],
|
||||
["string","Show"],
|
||||
["string.end","'"],
|
||||
["text",", "],
|
||||
["identifier","book"],
|
||||
["text"," "],
|
||||
|
|
@ -162,7 +164,9 @@
|
|||
["text"," "],
|
||||
["support.function","link_to"],
|
||||
["text"," "],
|
||||
["string","'Edit'"],
|
||||
["string.start","'"],
|
||||
["string","Edit"],
|
||||
["string.end","'"],
|
||||
["text",", "],
|
||||
["identifier","edit_book_path"],
|
||||
["paren.lparen","("],
|
||||
|
|
@ -183,7 +187,9 @@
|
|||
["text"," "],
|
||||
["support.function","link_to"],
|
||||
["text"," "],
|
||||
["string","'Remove'"],
|
||||
["string.start","'"],
|
||||
["string","Remove"],
|
||||
["string.end","'"],
|
||||
["text",", "],
|
||||
["identifier","book"],
|
||||
["text",", "],
|
||||
|
|
@ -191,7 +197,9 @@
|
|||
["text"," "],
|
||||
["punctuation.separator.key-value","=>"],
|
||||
["text"," "],
|
||||
["string","'Are you sure?'"],
|
||||
["string.start","'"],
|
||||
["string","Are you sure?"],
|
||||
["string.end","'"],
|
||||
["text",", "],
|
||||
["constant.other.symbol.ruby",":method"],
|
||||
["text"," "],
|
||||
|
|
@ -239,7 +247,9 @@
|
|||
["text"," "],
|
||||
["support.function","link_to"],
|
||||
["text"," "],
|
||||
["string","'New book'"],
|
||||
["string.start","'"],
|
||||
["string","New book"],
|
||||
["string.end","'"],
|
||||
["text",", "],
|
||||
["identifier","new_book_path"],
|
||||
["text"," "],
|
||||
|
|
|
|||
|
|
@ -145,7 +145,9 @@
|
|||
["text"," "],
|
||||
["punctuation.separator.key-value","=>"],
|
||||
["text"," "],
|
||||
["string","\"value\""],
|
||||
["string.start","\""],
|
||||
["string","value"],
|
||||
["string.end","\""],
|
||||
["paren.rparen","}"]
|
||||
],[
|
||||
"start"
|
||||
|
|
|
|||
|
|
@ -331,4 +331,4 @@
|
|||
["keyword","fi"]
|
||||
],[
|
||||
"start"
|
||||
]]
|
||||
]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue