Skip to content

Commit 06cd93d

Browse files
committed
Update the test cases for RESX newline normalization.
1 parent 2abc268 commit 06cd93d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build-tests/localization-plugin-test-02/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ module.exports = function(env) {
6666
passthroughLocale: {
6767
usePassthroughLocale: true,
6868
passthroughLocaleName: 'default'
69-
}
69+
},
70+
normalizeResxNewlines: 'crlf'
7071
},
7172
typingsOptions: {
7273
generatedTsFolder: path.resolve(__dirname, 'temp', 'loc-json-ts'),

build-tests/localization-plugin-test-03/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ module.exports = function(env) {
104104
append: '##--!!]',
105105
prepend: '[!!--##'
106106
}
107-
}
107+
},
108+
normalizeResxNewlines: 'lf'
108109
},
109110
typingsOptions: {
110111
generatedTsFolder: path.resolve(__dirname, 'temp', 'loc-json-ts'),

0 commit comments

Comments
 (0)