From 2b31567cc0b71d0aac5a1421c3c9fad4e5a90d22 Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Mon, 6 Jun 2016 22:52:36 -0700 Subject: [PATCH] update test --- lib/ace/mode/_test/tokens_tex.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/ace/mode/_test/tokens_tex.json b/lib/ace/mode/_test/tokens_tex.json index 2d023676716..a7bdc1779f9 100644 --- a/lib/ace/mode/_test/tokens_tex.json +++ b/lib/ace/mode/_test/tokens_tex.json @@ -77,9 +77,8 @@ ],[ "start", ["text"," x="], - ["keyword","\\left\\"], - ["paren.keyword.operator","{"], - ["text"," "], + ["keyword","\\left"], + ["text", "\\{ "], ["keyword","\\begin"], ["paren.keyword.operator","{"], ["nospell.text","array"], @@ -127,4 +126,4 @@ ["paren.keyword.operator","{"], ["nospell.text","equation"], ["paren.keyword.operator","}"] -]] \ No newline at end of file +]]