itdiy / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

~/ and =/ appear to initiate a block of green text #243

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Actual:

<pre class="prettyprint">
  cd ~/bin
  ln -s /usr/bin/python26 python
  ./configure --prefix=/usr/local
</pre>

Minimal:

<pre class="prettyprint">
  a ~/
  b /
  c =/d
  d /
  e ~/f/g/h/i/j/
  k =/l/m/n/o/p/
</pre>

Live: http://www.jefftk.com/test/google-code-prettify/#green

Sections are green that shouldn't be.

Original issue reported on code.google.com by jefftk@google.com on 12 Sep 2012 at 7:53

Attachments: