PaulKinlan / leviroutes

A basic routes framework for JS that hooks in to HTML5 history
Apache License 2.0
229 stars 25 forks source link

Jasmine Tests Failure #10

Closed studentIvan closed 12 years ago

studentIvan commented 12 years ago

Nginx, Windows 7, Mozilla Firefox 10 Full useragent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0

SpecRunner.html: 9 specs, 3 failures

should parse / and add endmarker
Expected '\/$' to equal '/$'.

should parse basic route and leave untouched
Expected '\/category$' to equal '/category$'.

should parse basic named identifier in position 0
Expected '\/([^\/.\\]+)$' to equal '/([^/.\\]+)$'.

In google chrome: 9 specs, 0 failures

PaulKinlan commented 12 years ago

Thanks - will get on to this now.