mirror of
https://github.com/wickedest/Mergely.git
synced 2026-03-20 09:38:39 +08:00
Normalize line endings
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
body { font-family: courier new; font-size: 0.75em; }
|
||||
table { border-collapse: collapse; width: 100%; text-align: left; vertical-align: top; }
|
||||
|
||||
.stack span,
|
||||
.failed span,
|
||||
.passed span {
|
||||
width: 60px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 0.85em;
|
||||
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
|
||||
}
|
||||
.failed span { background-color: #FFCC66; border: 1px solid black; color: black; cursor: help; }
|
||||
.passed span { background-color: #66BB66; border: 1px solid green; color: green; }
|
||||
.stack span { background-color: #efefef; border: 1px solid #444; color: #444; cursor: help; }
|
||||
body { font-family: courier new; font-size: 0.75em; }
|
||||
table { border-collapse: collapse; width: 100%; text-align: left; vertical-align: top; }
|
||||
|
||||
.stack span,
|
||||
.failed span,
|
||||
.passed span {
|
||||
width: 60px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 0.85em;
|
||||
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
|
||||
}
|
||||
.failed span { background-color: #FFCC66; border: 1px solid black; color: black; cursor: help; }
|
||||
.passed span { background-color: #66BB66; border: 1px solid green; color: green; }
|
||||
.stack span { background-color: #efefef; border: 1px solid #444; color: #444; cursor: help; }
|
||||
|
||||
6822
test/macbeth.js
6822
test/macbeth.js
File diff suppressed because it is too large
Load Diff
50
test/main.js
50
test/main.js
@@ -1,25 +1,25 @@
|
||||
require.config({
|
||||
paths: {
|
||||
'codemirror': '../lib/codemirror',
|
||||
'mergely': '../lib/mergely',
|
||||
'jsunit': 'lib/jsunit/jsunit'
|
||||
}
|
||||
});
|
||||
|
||||
var OPTIONS = {debug:false};
|
||||
|
||||
require([
|
||||
'codemirror',
|
||||
'mergely',
|
||||
'jsunit',
|
||||
//test modules
|
||||
'tests',
|
||||
], function(
|
||||
mergely,
|
||||
codemirror,
|
||||
JsUnit,
|
||||
tests
|
||||
){
|
||||
tests();
|
||||
JsUnit.start();
|
||||
});
|
||||
require.config({
|
||||
paths: {
|
||||
'codemirror': '../lib/codemirror',
|
||||
'mergely': '../lib/mergely',
|
||||
'jsunit': 'lib/jsunit/jsunit'
|
||||
}
|
||||
});
|
||||
|
||||
var OPTIONS = {debug:false};
|
||||
|
||||
require([
|
||||
'codemirror',
|
||||
'mergely',
|
||||
'jsunit',
|
||||
//test modules
|
||||
'tests',
|
||||
], function(
|
||||
mergely,
|
||||
codemirror,
|
||||
JsUnit,
|
||||
tests
|
||||
){
|
||||
tests();
|
||||
JsUnit.start();
|
||||
});
|
||||
|
||||
1990
test/tests.js
1990
test/tests.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user