Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: .gitattributes

Issue 1212823002: Fix some tests and exclude others from CRLF rewriting. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add comments to trigger update of files. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/js_ast/test/printer_callback_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Explicitly declare text files we want to be normalized. 1 # Explicitly declare text files we want to be normalized.
2 *.c text 2 *.c text
3 *.cpp text 3 *.cpp text
4 *.h text 4 *.h text
5 *.gyp text 5 *.gyp text
6 *.gypi text 6 *.gypi text
7 *.dart text 7 *.dart text
8 *.mk text 8 *.mk text
9 *.Makefile text 9 *.Makefile text
10 *.md text 10 *.md text
11 *.yaml text 11 *.yaml text
12 12
13 # Windows files that should not be converted. 13 # Files that should not be converted.
14 tests/compiler/dart2js_extra/string_interpolation_test.dart -text
15 tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text
16 tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text
17 tests/language/raw_string_test.dart -text
18 tests/language/multiline_strings_test.dart -text
19 tests/lib/convert/json_pretty_test.dart -text
14 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text 20 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
15 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text 21 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
16 tests/compiler/dart2js_extra/string_interpolation_test.dart -text 22 pkg/js_ast/test/printer_callback_test.dart -text
17 tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text
18 23
19 # Files to leave alone and not diff. 24 # Files to leave alone and not diff.
20 *.png binary 25 *.png binary
21 *.jpg binary 26 *.jpg binary
22 *.xpi binary 27 *.xpi binary
OLDNEW
« no previous file with comments | « no previous file | pkg/js_ast/test/printer_callback_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698