Syntax error illegal character

Want to improve this question? Update the question so it’s on-topic for Stack Overflow.

Closed 5 years ago .

I have problem with with last line of this code. In firebug/console I see

SyntaxError: illegal character after >);

When i look in firebug/script i see >);a . I don’t know how to delete it.

3 Answers 3

You have indeed an unprintable character before the tag. Fortunately jsFiddle shows it: http://jsfiddle.net/byg7b/.

How to delete it?

Open the file in your editor, move the cursor before and press backspace/delete until you delete ; . Then add ; again.

Comments

Copy link Quote reply

tejas3 commented Sep 9, 2017

Facing issue while running nmake to build openssl

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 9, 2017

What openssl version, or if you’re building from a git clone, what’s your branch and top commit?

This comment has been minimized.

Copy link Quote reply

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 10, 2017

Ok good. Next thing, can you tell me what the configuration command was? You know, the command starting with perl Configure . I’m interested in the exact command line you used.

This comment has been minimized.

Copy link Quote reply

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 10, 2017

Surely, there were some arguments after perl Configure ? I need the full command

This comment has been minimized.

Copy link Quote reply

This comment has been minimized.

Copy link Quote reply

Читайте также:  Android gps test pro 4pda

levitte commented Sep 10, 2017

I certainly doubt that running perl Configure was successful without any argument at all. However, the first command was slightly wrong as well, so try this instead:

(i.e. no braces)
. and then nmake.

This comment has been minimized.

Copy link Quote reply

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 10, 2017

I assume that means Pretty F*ng Awesome, and that we can close this case?

(PFA can also mean Please Find Attached)

This comment has been minimized.

Copy link Quote reply

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 10, 2017

Ah. in that case, you forgot to attach the screenshot.

This comment has been minimized.

Copy link Quote reply

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 10, 2017

I misunderstand. Please resend the screenshot

This comment has been minimized.

Copy link Quote reply

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 10, 2017

Ok. it seems that your attachment gets lost over mail, because I’m still not getting a screenshot.
Please log in on github and use the web interface instead.

This comment has been minimized.

Copy link Quote reply

tejas3 commented Sep 10, 2017

This comment has been minimized.

Copy link Quote reply

levitte commented Sep 10, 2017

Thanks! And I think you’ve made a mistake, because that seems to be OpenSSL 1.0.1c, and that version builds in a distinctly different way. I think you’ll find a document called INSTALL.W32 there, and you should do as it says.

Читайте также:  Msi b75a g43 драйвера

. but most of all, version 1.0.1c is oooold and unsupported, please download something current (currently supported versions are 1.0.2, 1.1.0 and the master branch).

Since this is an unsupported version, I’m closing this issue.

На этой странице

Сообщение

Тип ошибки

Что пошло не так?

Присутсвует недопустимый или неожиданный знак, который не принадлежит данной позиции в коде. Используйте редактор, поддерживающий подсветку синтаксиса, и внимательно проверьте ваш код на предмет таких несовпадений, как знак минус ( — ) вместо тире ( – ) или простые кавычки ( " ) вместо нестандратных знаков цитирования ( “ ).

Примеры

Несоответсвующие символы

Некоторые символы выглядят одинаково, но становтся причиной того, что анализатор не выполняет итерпретацию вашего кода.

Так должно работать:

Пропущенные символы

Это просто — пропустить символ здесь или там.

Добавляем пропущенную кавычку для #333′ .

Скрытые символы

Подчас копирования кода из внешнего источника могут встречаться недействительные символы. Будьте внимательны!

Если проверить этот код в редакторе вроде Vim, вы можете увидеть, что в коде присутсвтует символ, именуемый нулевой пробел (zero-width space (ZWSP) (U+200B)).

Rate this post

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *