@@ -182,27 +182,27 @@ exports.assets_versioning = {
182
182
test . done ( ) ;
183
183
} ,
184
184
185
- options_versionsMapTemplateFunction : function ( test ) {
186
- test . expect ( 1 ) ;
185
+ options_versionsMapTemplateFunction : function ( test ) {
186
+ test . expect ( 1 ) ;
187
187
188
- var actual = grunt . util . normalizelf ( grunt . file . read ( 'tmp/options_versionsMapTemplateFunction.php' ) ) ;
189
- var expected = grunt . util . normalizelf ( grunt . file . read ( 'test/expected/output/dict.php' ) ) ;
190
- test . equal ( actual , expected , 'should create a file using a template returned by the function and the versions map data' ) ;
188
+ var actual = grunt . util . normalizelf ( grunt . file . read ( 'tmp/options_versionsMapTemplateFunction.php' ) ) ;
189
+ var expected = grunt . util . normalizelf ( grunt . file . read ( 'test/expected/output/dict.php' ) ) ;
190
+ test . equal ( actual , expected , 'should create a file using a template returned by the function and the versions map data' ) ;
191
191
192
- test . done ( ) ;
193
- } ,
192
+ test . done ( ) ;
193
+ } ,
194
194
195
- options_versionsMapDataFile : function ( test ) {
196
- test . expect ( 1 ) ;
195
+ options_versionsMapDataFile : function ( test ) {
196
+ test . expect ( 1 ) ;
197
197
198
- var actual = grunt . util . normalizelf ( grunt . file . read ( 'tmp/options_versionsMapDataFile.json' ) ) ;
199
- var expected = grunt . util . normalizelf ( grunt . file . read ( 'test/expected/output/options_output_trim.json' ) ) ;
200
- test . equal ( actual , expected , 'should create a file data file representing the currently mapped files' ) ;
198
+ var actual = grunt . util . normalizelf ( grunt . file . read ( 'tmp/options_versionsMapDataFile.json' ) ) ;
199
+ var expected = grunt . util . normalizelf ( grunt . file . read ( 'test/expected/output/options_output_trim.json' ) ) ;
200
+ test . equal ( actual , expected , 'should create a file data file representing the currently mapped files' ) ;
201
201
202
- test . done ( ) ;
203
- } ,
202
+ test . done ( ) ;
203
+ } ,
204
204
205
- files_compact_format : function ( test ) {
205
+ files_compact_format : function ( test ) {
206
206
test . expect ( 2 ) ;
207
207
208
208
test . ok ( ! grunt . file . exists ( 'tmp/js/files_compact_format.js' ) , 'should not create an un-versioned file' ) ;
0 commit comments