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

12 lines
353 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringInConditional.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