Skip to content

Commit b63f59f

Browse files
narkediMylesBorins
authored andcommitted
test: change string concatenation to template
PR-URL: #16919 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
1 parent 13abfd8 commit b63f59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/print-10-lines.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
for (var i = 0; i < 10; i++) {
2-
console.log('count ' + i);
2+
console.log(`count ${i}`);
33
}

0 commit comments

Comments
 (0)