Files
babel/test/fixtures/syntax/template-literals/escape-quotes/expected.js
2014-10-11 22:42:31 +11:00

2 lines
41 B
JavaScript

var t = "'" + foo + "' \"" + bar + "\"";