dart-sass/test/dart_api/value
Natalie Weizenbaum 94fd7e6e50
Match Ruby Sass's number behavior (#544)
This introduces two changes:

1. It changes the epsilon within which two numbers are considered
   equal to be an order of magnitude smaller than the numeric
   precision. Ruby Sass has always done this, and Dart Sass should
   have but did not until now.

2. It parses the component of a number after the decimal point using
   double.parse() to avoid accumulating floating point errors.
2018-12-13 15:27:08 -08:00
..
boolean_test.dart Reformat with Dart-2-only features 2018-11-15 15:16:24 -08:00
color_test.dart Reformat with Dart-2-only features 2018-11-15 15:16:24 -08:00
function_test.dart Reformat with Dart-2-only features 2018-11-15 15:16:24 -08:00
list_test.dart Reformat with Dart-2-only features 2018-11-15 15:16:24 -08:00
map_test.dart Reformat with Dart-2-only features 2018-11-15 15:16:24 -08:00
null_test.dart Add tests for Value subclasses 2018-01-13 00:34:54 -08:00
number_test.dart Match Ruby Sass's number behavior (#544) 2018-12-13 15:27:08 -08:00
string_test.dart Reformat with Dart-2-only features 2018-11-15 15:16:24 -08:00
utils.dart Reformat with Dart-2-only features 2018-11-15 15:16:24 -08:00