GetFirefly/firefly

\$ is not recognized as a valid escape

KronicDeth opened this issue · 1 comments

-define(prx,"login: |Password: |\\\$ |> ").

from https://github.com/lumen/otp/blob/ca83f680aab717fe65634247d16f18a8cbfc6d8d/lib/common_test/src/unix_telnet.erl#L29

Pygment also thinks it is a bad escape, but the problem is that erlc will accept it, so we need to match that.

Superseded by #617