Restore line endings of files that should be CRLF.

This commit is contained in:
Bob Nystrom
2016-12-09 10:28:09 -08:00
committed by Bob Nystrom
parent 6c757957db
commit d5acd26b1d
4 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text
tests/lib/mirrors/method_mirror_source_test.dart -text
tests/lib/mirrors/method_mirror_source_other.dart -text
pkg/dev_compiler/test/codegen/language/multiline_newline_crlf.dart -text
pkg/dev_compiler/test/codegen/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
pkg/dev_compiler/test/codegen/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
tests/language_strong/multiline_newline_crlf.dart -text
tests/lib_strong/mirrors/method_mirror_source_line_ending_cr.dart -text
tests/lib_strong/mirrors/method_mirror_source_line_ending_crlf.dart -text
# Files to leave alone and not diff.
*.png binary
@@ -1,15 +1,15 @@
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library multiline_newline_crlf;
const constantMultilineString = """
a
b
""";
var nonConstantMultilineString = """
a
b
""";
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library multiline_newline_crlf;
const constantMultilineString = """
a
b
""";
var nonConstantMultilineString = """
a
b
""";
@@ -1 +1 @@
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
@@ -1,15 +1,15 @@
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Note: This test relies on CRLF line endings in the source file.
library line_endings.crlf;
oneLineCRLF(x) => x;
multiLineCRLF(y) {
return y + 1;
}
c
(){
}
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Note: This test relies on CRLF line endings in the source file.
library line_endings.crlf;
oneLineCRLF(x) => x;
multiLineCRLF(y) {
return y + 1;
}
c
(){
}