Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CSS-Sass CPAN distribution.

Report information
The Basics
Id: 104556
Status: resolved
Priority: 0/
Queue: CSS-Sass

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v3.2.2
Fixed in: (no value)



Subject: Fails on nvsize!=8
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/55323924 HTH && Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
I patched the test file to provide better diagnostics: - is $_[0] eq $clone, 1, "color is stringify equal to its clone"; + is $_[0], $clone, "color is stringify equal to its clone"; and then the test output: # Failed test 'color is stringify equal to its clone' # at t/04_xs_value_types.t line 101. # got: 'rgba(1, 2, 3, 0.4)' # expected: 'rgba(1, 2, 3, 0.400000000000000022)' Maybe you want to deploy Test::Number::Delta for the test, it provides a convenient interface.
Closing this since it predates when I took ownership. Also libsass has evolved in the meantime and this is probably fixed. Please open a new issue (preferably on github) if you disagree.