custom file type tests -> community

This commit is contained in:
peter
2012-01-05 20:38:48 +01:00
parent 7b0cfd3eb8
commit 8604ee3717
26 changed files with 537 additions and 0 deletions
@@ -0,0 +1 @@
function aaa() {<caret>
@@ -0,0 +1 @@
var sxy = Timeline {<caret>
@@ -0,0 +1,3 @@
var sxy = Timeline {
<caret>
}
@@ -0,0 +1,6 @@
aspect GetInfo {
Object C.about() {
println(<caret>)
return result;
}
}
@@ -0,0 +1 @@
document.write(<caret>);
@@ -0,0 +1,6 @@
aspect GetInfo {
Object C.about() {
println("<caret>")
return result;
}
}
@@ -0,0 +1 @@
document.write("<caret>");
@@ -0,0 +1,3 @@
function a () <caret>{
}
@@ -0,0 +1,3 @@
function a () {
}<caret>