From 5e2ee7a45e00c6b6d5b3bb11f464d9507ed07956 Mon Sep 17 00:00:00 2001 From: nightwing Date: Tue, 7 May 2013 22:49:28 +0400 Subject: [PATCH] update tests --- lib/ace/mode/_test/tokens_python.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/ace/mode/_test/tokens_python.json b/lib/ace/mode/_test/tokens_python.json index bab30374..293c8ff2 100644 --- a/lib/ace/mode/_test/tokens_python.json +++ b/lib/ace/mode/_test/tokens_python.json @@ -29,7 +29,7 @@ ["constant.numeric","1"], ["text",":"] ],[ - "qstring", + "qstring3", ["text"," "], ["keyword","print"], ["text"," "], @@ -129,7 +129,11 @@ ["text"," "], ["keyword","print"], ["text"," "], - ["string","'%i\\260F = %i\\260C'"], + ["string","'%i"], + ["constant.language.escape","\\260"], + ["string","F = %i"], + ["constant.language.escape","\\260"], + ["string","C'"], ["text"," "], ["keyword.operator","%"], ["text"," "],