diff --git a/test/fixtures/.gitignore b/test/fixtures/.gitignore index 46372574f..a7230aa7f 100644 --- a/test/fixtures/.gitignore +++ b/test/fixtures/.gitignore @@ -1,4 +1,5 @@ actual.js actual.html actual.json -*.marko.js \ No newline at end of file +*.marko.js +actual.txt \ No newline at end of file diff --git a/test/fixtures/adjustIndent/autotest/bad-indent/actual.txt b/test/fixtures/adjustIndent/autotest/bad-indent/actual.txt deleted file mode 100644 index 5af2954ba..000000000 --- a/test/fixtures/adjustIndent/autotest/bad-indent/actual.txt +++ /dev/null @@ -1,3 +0,0 @@ - var foo = require('foo'); - var bar = require('bar'); - var baz = require('baz'); \ No newline at end of file diff --git a/test/fixtures/adjustIndent/autotest/empty/actual.txt b/test/fixtures/adjustIndent/autotest/empty/actual.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/test/fixtures/adjustIndent/autotest/increase-indent/actual.txt b/test/fixtures/adjustIndent/autotest/increase-indent/actual.txt deleted file mode 100644 index ab84318e5..000000000 --- a/test/fixtures/adjustIndent/autotest/increase-indent/actual.txt +++ /dev/null @@ -1,2 +0,0 @@ - var foo = require('foo'); - var bar = require('bar'); \ No newline at end of file diff --git a/test/fixtures/adjustIndent/autotest/no-indent/actual.txt b/test/fixtures/adjustIndent/autotest/no-indent/actual.txt deleted file mode 100644 index 5af2954ba..000000000 --- a/test/fixtures/adjustIndent/autotest/no-indent/actual.txt +++ /dev/null @@ -1,3 +0,0 @@ - var foo = require('foo'); - var bar = require('bar'); - var baz = require('baz'); \ No newline at end of file diff --git a/test/fixtures/adjustIndent/autotest/remove-indent/actual.txt b/test/fixtures/adjustIndent/autotest/remove-indent/actual.txt deleted file mode 100644 index c4ea2d57d..000000000 --- a/test/fixtures/adjustIndent/autotest/remove-indent/actual.txt +++ /dev/null @@ -1,2 +0,0 @@ -var foo = require('foo'); -var bar = require('bar'); \ No newline at end of file diff --git a/test/fixtures/adjustIndent/autotest/tab-indent/actual.txt b/test/fixtures/adjustIndent/autotest/tab-indent/actual.txt deleted file mode 100644 index 652d77bad..000000000 --- a/test/fixtures/adjustIndent/autotest/tab-indent/actual.txt +++ /dev/null @@ -1,3 +0,0 @@ - var foo = require('foo'); - var bar = require('bar'); - var baz = require('baz'); \ No newline at end of file