Re: [heycam/webidl] Mute escape backslashes of terminal symbol regexes. (#182)

The `\` in `\/` is there because the regex delimiters are `/`. If the delimiters were `|` instead, `/` would no longer need to be escaped while `\n` still would.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/182#issuecomment-251418310

Received on Tuesday, 4 October 2016 15:15:02 UTC