TypeScript/tests/baselines/reference/templateStringInConditionalES6.types
2015-04-15 16:44:20 -07:00

12 lines
356 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringInConditionalES6.ts ===
var x = `abc${ " " }def` ? `abc${ " " }def` : `abc${ " " }def`;
>x : string
>`abc${ " " }def` ? `abc${ " " }def` : `abc${ " " }def` : string
>`abc${ " " }def` : string
>" " : string
>`abc${ " " }def` : string
>" " : string
>`abc${ " " }def` : string
>" " : string