| Index: test/lexer/cornercases/unicode-identifiers.js
|
| diff --git a/test/lexer/cornercases/end-inside-string2.js b/test/lexer/cornercases/unicode-identifiers.js
|
| similarity index 95%
|
| copy from test/lexer/cornercases/end-inside-string2.js
|
| copy to test/lexer/cornercases/unicode-identifiers.js
|
| index 35c9e5a2beb0b723415b379801b1bb7ca333853f..982b2e18f86868ec619109af4b20df11730d41d3 100644
|
| --- a/test/lexer/cornercases/end-inside-string2.js
|
| +++ b/test/lexer/cornercases/unicode-identifiers.js
|
| @@ -25,4 +25,5 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -var description = 'this file ends inside a string -- that can't be good!
|
| +'This is a valid identifier:', \u1118foo
|
| +'This too:', bar\u1118\u1118\u1118
|
|
|