Fix Dart test
This commit is contained in:
parent
6d8c810581
commit
149bef7051
1 changed files with 2 additions and 2 deletions
|
|
@ -96,13 +96,13 @@
|
|||
"start"
|
||||
],[
|
||||
"start",
|
||||
["keyword.other.import.dart","#import"],
|
||||
["keyword.other.import.dart","import"],
|
||||
["text","("],
|
||||
["string","\"http://dartwatch.com/myOtherLibrary.dart\""],
|
||||
["text",");"]
|
||||
],[
|
||||
"start",
|
||||
["keyword.other.import.dart","#import"],
|
||||
["keyword.other.import.dart","import"],
|
||||
["text","("],
|
||||
["string","\"myOtherLibrary.dart\""],
|
||||
["text",", "],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue