From 149bef7051de085e967ec35c197094ba979c35ed Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Mon, 8 Apr 2013 13:27:51 +0200 Subject: [PATCH] Fix Dart test --- lib/ace/mode/_test/tokens_dart.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ace/mode/_test/tokens_dart.json b/lib/ace/mode/_test/tokens_dart.json index 2faee981..5964791a 100644 --- a/lib/ace/mode/_test/tokens_dart.json +++ b/lib/ace/mode/_test/tokens_dart.json @@ -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",", "],