Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 853484c

Browse files
committed
Upstream 3.3.3
1 parent 180f664 commit 853484c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

libsass

Submodule libsass updated 90 files

sasstests.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def normalize_path(path):
5858
'sources': ['test/a.scss'],
5959
'names': [],
6060
'mappings': (
61-
';AAKA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAM,GAQzB;;EALD,IAAI,CAEF,CAAC,'
62-
'CAAC;IACA,KAAK,EAAE,IAAK,GACb'
61+
';AAKA,AAAA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAM,GAQzB;;EALD,AAEE,IAFE,'
62+
'CAEF,CAAC,CAAC;IACA,KAAK,EAAE,IAAK,GACb'
6363
),
6464
}
6565

@@ -610,7 +610,8 @@ def test_build_one(self):
610610
'sources': ['../test/b.scss'],
611611
'names': [],
612612
'mappings': (
613-
';AAAA,CAAC,CACC,CAAC,CAAC;EACA,SAAS,EAAE,IAAK,GACjB'
613+
';AAAA,AACE,CADD,CACC,CAAC,CAAC;EACA,SAAS,EAAE,IAAK,'
614+
'GACjB'
614615
),
615616
},
616617
os.path.join(d, 'css', 'b.scss.css.map')
@@ -629,8 +630,9 @@ def test_build_one(self):
629630
'sources': ['../test/d.scss'],
630631
'names': [],
631632
'mappings': (
632-
';;AAKA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAM,GAQzB;;EALD,'
633-
'IAAI,CAEF,CAAC,CAAC;IACA,IAAI,EAAE,0BAA2B,GAClC'
633+
';;AAKA,AAAA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAM,GAQzB;;'
634+
'EALD,AAEE,IAFE,CAEF,CAAC,CAAC;IACA,IAAI,EAAE,0BAA2B,'
635+
'GAClC'
634636
),
635637
},
636638
os.path.join(d, 'css', 'd.scss.css.map')

0 commit comments

Comments
 (0)