### Version 2.5.16 ### Reproduction link [https://jsfiddle.net/9bzw21no/33/](https://jsfiddle.net/9bzw21no/33/) ### Steps to reproduce 1. Use a string literal containing `}}` in the data binding ```html {{ 'hello}}' + '{{world' }} ``` ### What is expected? `hello}}{{world` ### What is actually happening? `hello)+""+_s(world` --- I expected the same result as svelte. - [svelte example](https://svelte.technology/repl?version=1.60.2&gist=35cef4e8c0ff85c17f948b5f4146b1f0) <!-- generated by vue-issues. DO NOT REMOVE -->