ornicar / scalex

[abandoned] Hoogle-like documentation search engine, for scala
MIT License
90 stars 13 forks source link

searching `=:=` results to a failure #17

Closed eed3si9n closed 13 years ago

eed3si9n commented 13 years ago

steps

  1. http://scalex.org/?q=%3D%3A%3D

    problem

[1.1] failure: string matching regex `\z' expected but `=' found

=

^

expectation

it finds =:=.

ornicar commented 13 years ago

fixed http://scalex.org/?q=%3D%3A%3D

eed3si9n commented 13 years ago

Cool. Thanks!