sylvainpolletvillard / Databinder

Simple templating for linking data and document
Other
5 stars 0 forks source link

Test suit failes on test.js:323 and test.js:324 #3

Closed gaydenko closed 9 years ago

gaydenko commented 9 years ago

Have got

failed
Expected:   
"Karl"
Result:     
""
Diff:   
"Karl" "" 
Source:     
@http://path/Databinder/test/test.js:323:3

failed
Expected:   
"Karl Junior"
Result:     
"Karl"
Diff:   
"Karl Junior" "Karl" 
Source:     
@http://path/Databinder/test/test.js:324:3

Have tried on plenty browsers (chrome, firefox. opera, midori...) with exactly the same result.

gaydenko commented 9 years ago

And on building with grunt I get the same errors.

sylvainpolletvillard commented 9 years ago

Thanks for the feedback. It is weird because the version on the website works (http://syllab.fr/projets/web/databinder/test/) and I do not see any differences with the version on Github. I will figure it out.

gaydenko commented 9 years ago

Yes, the ref on the syllab site does work for me also.

sylvainpolletvillard commented 9 years ago

Ok, the unit test 9 was not properly updated on Github. This should be fixed now. Thanks !

gaydenko commented 9 years ago

Thanks, it works now.