Skip to content

Commit 5dec093

Browse files
committed
Upstream to 3.4.0rc1
1 parent 5bee6cd commit 5dec093

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libsass

Submodule libsass updated 82 files

sasstests.py

Lines changed: 4 additions & 4 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,AAAA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAM,GAQzB;EALD,AAEE,'
62-
'IAFE,CAEF,CAAC,CAAC;IACA,KAAK,EAAE,IAAK,GACb'
61+
'AAKA,AAAA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAK,GAQxB;EALD,AAEE,IAFE,CAEF,'
62+
'CAAC,CAAC;IACA,KAAK,EAAE,IAAI,GACZ'
6363
),
6464
}
6565

@@ -596,8 +596,8 @@ def replace_source_path(s, name):
596596
'sources': ['../test/b.scss'],
597597
'names': [],
598598
'mappings': (
599-
'AAAA,AACE,CADD,CACC,CAAC,CAAC;EACA,SAAS,EAAE,IAAK,'
600-
'GACjB'
599+
'AAAA,AACE,CADD,CACC,CAAC,CAAC;EACA,SAAS,EAAE,IAAI,'
600+
'GAChB'
601601
),
602602
},
603603
os.path.join(d, 'css', 'b.scss.css.map')

0 commit comments

Comments
 (0)