mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Fix the description of some tests for SassNumber (#1463)
123/5 does not produce an integer.
This commit is contained in:
parent
3112f80d49
commit
1288b92b4e
@ -311,7 +311,7 @@ void main() {
|
||||
});
|
||||
});
|
||||
|
||||
group("an integer with numerator and denominator units", () {
|
||||
group("a number with numerator and denominator units", () {
|
||||
late SassNumber value;
|
||||
setUp(() => value = parseValue("123px / 5ms") as SassNumber);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user