Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/mocha-3.1.0/test/integration/fixtures/diffs/output')
-rw-r--r--tests/lib/mocha-3.1.0/test/integration/fixtures/diffs/output91
1 files changed, 0 insertions, 91 deletions
diff --git a/tests/lib/mocha-3.1.0/test/integration/fixtures/diffs/output b/tests/lib/mocha-3.1.0/test/integration/fixtures/diffs/output
deleted file mode 100644
index bf56a96397..0000000000
--- a/tests/lib/mocha-3.1.0/test/integration/fixtures/diffs/output
+++ /dev/null
@@ -1,91 +0,0 @@
-// DIFF
- -foo rar baz
- +foo bar baz
-
-// DIFF
- {
- "age": 23
- - "name": "travis j"
- + "name": "travis"
- }
-
-// DIFF
- foo bar baz
- -foo rar baz
- -foo bar raz
- +foo bar baz
- +foo bar baz
-
-// DIFF
- {
- "address": {
- "city": "new york"
- - "country": "usa"
- + "country": "us"
- }
- "age": 30
- - "name": "joel"
- + "name": "joe"
- }
-
-// DIFF
- one two three
- -four zzzz six
- +four five six
- seven eight nine
-
-// DIFF
- {
- "address": {
- "city": "new york"
- - "country": "usa"
- + "country": "us"
- }
- "age": 30
- - "name": "joel"
- + "name": "joe"
- }
-
-// DIFF
- one tab
- -two tabs
- +two tabs
-
-// DIFF
- body {
- font: "Helvetica Neue", Helvetica, arial, sans-serif;
- background: black;
- - color: white;
- + color: #fff;
- }
-
- a {
- - color: blue
- + color: blue;
- }
- +
- +foo {
- + bar: 'baz';
- +}
-
-// DIFF
- {
- "age": 2
- - "color": "white"
- - "name": "tobi"
- + "color": "brown"
- + "name": "loki"
- "species": "ferret"
- }
-
-// DIFF
- {
- "a": 123
- + "b": 456
- }
-
-// DIFF
- [
- - 1
- + 2
- ]