update tests

This commit is contained in:
nightwing 2013-04-17 16:28:59 +04:00
commit 834d0aee9f
8 changed files with 27 additions and 45 deletions

View file

@ -65,8 +65,8 @@ function makeHuge(txt) {
}
var docs = {
"docs/AsciiDoc.asciidoc": "AsciiDoc",
"docs/javascript.js": "JavaScript",
"docs/AsciiDoc.asciidoc": "AsciiDoc",
"docs/clojure.clj": "Clojure",
"docs/coffeescript.coffee": "CoffeeScript",
"docs/coldfusion.cfm": "ColdFusion",
@ -102,7 +102,7 @@ var docs = {
"docs/luapage.lp": "LuaPage",
"docs/Makefile": "Makefile",
"docs/markdown.md": {name: "Markdown", wrapped: true},
"docs/tinymush.mc": {name: "TinyMUSH", wrapped: true},
"docs/mushcode.mc": {name: "MUSHCode", wrapped: true},
"docs/objectivec.m": {name: "Objective-C"},
"docs/ocaml.ml": "OCaml",
"docs/OpenSCAD.scad": "OpenSCAD",
@ -129,7 +129,7 @@ var docs = {
"docs/tcl.tcl": "Tcl",
"docs/tex.tex": "Tex",
"docs/textile.textile": {name: "Textile", wrapped: true},
"docs/tmSnippet.tmSnippet": "tmSnippet",
"docs/snippets.snippets": "snippets",
"docs/toml.toml": "TOML",
"docs/typescript.ts": "Typescript",
"docs/vbscript.vbs": "VBScript",
@ -141,7 +141,7 @@ var docs = {
"docs/actionscript.as": "ActionScript",
"docs/autohotkey.ahk": "AutoHotKey",
"docs/batch_file.bat": "BatchFile",
"docs/batchfile.bat": "BatchFile",
"docs/erlang/erl": "Erlang",
"docs/forth.frt": "Forth",
"docs/haskell.hs": "Haskell",

View file

@ -14,8 +14,8 @@ asdad
77
.86
#import("http://dartwatch.com/myOtherLibrary.dart");
#import("myOtherLibrary.dart", prefix:"lib1");
import("http://dartwatch.com/myOtherLibrary.dart");
import("myOtherLibrary.dart", prefix:"lib1");
"""asdasdads
asdadsadsasd

View file

@ -45,13 +45,11 @@
],[
"start",
["text","\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2","*************************"]
["punctuation.definition.comment.actionscript.2","//*************************"]
],[
"start",
["text","\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2"," Properties:"]
["punctuation.definition.comment.actionscript.2","// Properties:"]
],[
"start",
["text","\t\t"]
@ -71,8 +69,7 @@
],[
"start",
["text","\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2"," Color offsets"]
["punctuation.definition.comment.actionscript.2","// Color offsets"]
],[
"start",
["text","\t\t"],
@ -87,21 +84,18 @@
["text"," "],
["constant.numeric.actionscript.2","0"],
["text",";\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2"," R"]
["punctuation.definition.comment.actionscript.2","// R"]
],[
"start",
["text","\t\t"]
],[
"start",
["text","\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2","*************************"]
["punctuation.definition.comment.actionscript.2","//*************************"]
],[
"start",
["text","\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2"," Constructor:"]
["punctuation.definition.comment.actionscript.2","// Constructor:"]
],[
"start",
["text","\t\t"]
@ -121,8 +115,7 @@
],[
"start",
["text","\t\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2"," Respond to mouse events"]
["punctuation.definition.comment.actionscript.2","// Respond to mouse events"]
],[
"start",
["text","\t\t\tswatch1_btn."],
@ -145,8 +138,7 @@
],[
"start",
["text","\t\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2"," Respond to drag events"]
["punctuation.definition.comment.actionscript.2","// Respond to drag events"]
],[
"start",
["text","\t\t\tred_slider."],
@ -158,8 +150,7 @@
],[
"start",
["text","\t\t\t"],
["punctuation.definition.comment.actionscript.2","//"],
["comment.line.double-slash.actionscript.2"," Draw a frame later"]
["punctuation.definition.comment.actionscript.2","// Draw a frame later"]
],[
"start",
["text","\t\t\t"],

View file

@ -1,13 +1,11 @@
[[
"start",
["text"," "],
["punctuation.definition.comment.erlang","%"],
["comment.line.percentage.erlang","% A process whose only job is to keep a counter."]
["punctuation.definition.comment.erlang","%% A process whose only job is to keep a counter."]
],[
"start",
["text"," "],
["punctuation.definition.comment.erlang","%"],
["comment.line.percentage.erlang","% First version"]
["punctuation.definition.comment.erlang","%% First version"]
],[
"start",
["meta.directive.module.erlang"," "],
@ -141,8 +139,7 @@
],[
["keyword.control.receive.erlang","text6","text6","meta.function.erlang"],
["meta.expression.receive.erlang"," "],
["punctuation.definition.comment.erlang","%"],
["comment.line.percentage.erlang"," Force the use of 'codeswitch/1' from the latest MODULE version"]
["punctuation.definition.comment.erlang","% Force the use of 'codeswitch/1' from the latest MODULE version"]
],[
"start",
["meta.expression.receive.erlang"," "],

View file

@ -1,7 +1,6 @@
[[
"start",
["punctuation.definition.comment.haskell","--"],
["comment.line.double-dash.haskell"," Type annotation (optional)"]
["punctuation.definition.comment.haskell","-- Type annotation (optional)"]
],[
"start",
["entity.name.function.haskell","fib"],
@ -18,8 +17,7 @@
["text"," "]
],[
"start",
["punctuation.definition.comment.haskell","--"],
["comment.line.double-dash.haskell"," With self-referencing data"]
["punctuation.definition.comment.haskell","-- With self-referencing data"]
],[
"start",
["text","fib n "],
@ -47,15 +45,13 @@
],[
"start",
["text"," "],
["punctuation.definition.comment.haskell","--"],
["comment.line.double-dash.haskell"," 0,1,1,2,3,5,..."]
["punctuation.definition.comment.haskell","-- 0,1,1,2,3,5,..."]
],[
"start",
["text"," "]
],[
"start",
["punctuation.definition.comment.haskell","--"],
["comment.line.double-dash.haskell"," Same, coded directly"]
["punctuation.definition.comment.haskell","-- Same, coded directly"]
],[
"start",
["text","fib n "],
@ -96,8 +92,7 @@
["text"," "]
],[
"start",
["punctuation.definition.comment.haskell","--"],
["comment.line.double-dash.haskell"," Similar idea, using zipWith"]
["punctuation.definition.comment.haskell","-- Similar idea, using zipWith"]
],[
"start",
["text","fib n "],
@ -131,8 +126,7 @@
["text"," "]
],[
"start",
["punctuation.definition.comment.haskell","--"],
["comment.line.double-dash.haskell"," Using a generator function"]
["punctuation.definition.comment.haskell","-- Using a generator function"]
],[
"start",
["text","fib n "],

View file

@ -1,12 +1,12 @@
[[
"punctuation.definition.comment.pascal1",
"punctuation.definition.comment.pascal",
["punctuation.definition.comment.pascal","(*"],
["comment.block.pascal.one","****************************************************************************"]
],[
"punctuation.definition.comment.pascal1",
"punctuation.definition.comment.pascal",
["comment.block.pascal.one"," * A simple bubble sort program. Reads integers, one per line, and prints *"]
],[
"punctuation.definition.comment.pascal1",
"punctuation.definition.comment.pascal",
["comment.block.pascal.one"," * them out in sorted order. Blows up if there are more than 49. *"]
],[
"start",