From b46250ffa19520b624bd0ead8a3584374eb1fbd4 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 8 Jun 2013 18:49:44 +0400 Subject: [PATCH] update markdown test --- lib/ace/mode/_test/tokens_lsl.json | 2 +- lib/ace/mode/_test/tokens_markdown.json | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/lib/ace/mode/_test/tokens_lsl.json b/lib/ace/mode/_test/tokens_lsl.json index a34106a6..b007cf11 100644 --- a/lib/ace/mode/_test/tokens_lsl.json +++ b/lib/ace/mode/_test/tokens_lsl.json @@ -492,4 +492,4 @@ ["paren.rparen.lsl","}"] ],[ "start" -]] +]] \ No newline at end of file diff --git a/lib/ace/mode/_test/tokens_markdown.json b/lib/ace/mode/_test/tokens_markdown.json index 91f7f992..0d2de0e3 100644 --- a/lib/ace/mode/_test/tokens_markdown.json +++ b/lib/ace/mode/_test/tokens_markdown.json @@ -4,28 +4,28 @@ ],[ "start", ["markup.heading.1","#"], - ["markup.heading","f"] + ["heading","f"] ],[ "start", ["text","test: header 2"] ],[ "start", ["markup.heading.2","##"], - ["markup.heading"," foo"] + ["heading"," foo"] ],[ "start", ["text","test: header ends with ' #'"] ],[ "start", ["markup.heading.1","#"], - ["markup.heading"," # # "] + ["heading"," # # "] ],[ "start", ["text","test: header ends with '#'"] ],[ "start", ["markup.heading.1","#"], - ["markup.heading","foo# "] + ["heading","foo# "] ],[ "start", ["text","test: 6+ #s is not a valid header"] @@ -49,13 +49,13 @@ ],[ "start", ["markup.heading.1","#"], - ["markup.heading"," test links "], + ["heading"," test links "], ["text","["], ["string","Cloud9 IDE"], ["text","]("], ["markup.underline","http://www.c9.io/"], ["text",")"], - ["markup.heading"," #"] + ["heading"," #"] ],[ "listblock", ["markup.list","* "], @@ -64,17 +64,18 @@ ["text","]("], ["markup.underline","http://ajaxorg.github.com/ace/"], ["text",")"], - ["markup.list"," "] + ["list"," "] ],[ "listblock", - ["markup.list","* usually "], + ["markup.list","* "], + ["list","usually "], ["string","*work*"], - ["markup.list"," fine ("], + ["list"," fine ("], ["string","_em_"], - ["markup.list",")"] + ["list",")"] ],[ "listblock", - ["markup.list","in lists"] + ["list","in lists"] ],[ "start" ],[