Transpiler problem with the string.

It is more a curiosity than a problem, but we know that the time dedicated to noting what is happening is essential.

When you create a little piece of code like this:

var FormTitle :string;
begin
FormTitle := 'Canary Islands are a good summer destiny";

The compiler responds with an "Invalid pointer operation" instead of telling us that the string has been opened or not finished. (See that the open limiter is a single ' and the last, is an error, is double "

(TMS Web Core 26.0.0) Beta.

I retested this here and I'm not getting an invalid pointer operation but I get a wrong error message.
So, we will report this to the pas2js team.