From 373277f439f53156e001e4b728cb2fd3207c8bec Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 27 Apr 2015 08:03:28 -0700 Subject: [PATCH 1/2] Update to 3.2.0-beta.6 --- libsass | 2 +- sasstests.py | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libsass b/libsass index f82a41ba..f90a1b7a 160000 --- a/libsass +++ b/libsass @@ -1 +1 @@ -Subproject commit f82a41ba56094e586dd33b7d2451d84abf5a4f55 +Subproject commit f90a1b7af6b3379b7b528b375b746ebb4a02f421 diff --git a/sasstests.py b/sasstests.py index eb9d64a7..ebd6b0e3 100644 --- a/sasstests.py +++ b/sasstests.py @@ -57,7 +57,7 @@ def normalize_path(path): 'sources': ['test/a.scss'], 'sourcesContent': [], 'names': [], - 'mappings': ';AAKI,IAAI,CAAH;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEH,IAAI,CAAC,CAAC,CAAL;IACA,KAAK,EAAE,IAAK,GADX', + 'mappings': ';AAKA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEJ,IAAI,CAAC,CAAC,CAAJ;IACA,KAAK,EAAE,IAAK,GADX', } B_EXPECTED_CSS = '''\ @@ -457,7 +457,7 @@ def test_build_one(self): 'sources': ['../test/b.scss'], 'sourcesContent': [], 'names': [], - 'mappings': ';AACG,CAAC,CAAC,CAAC,CAAF;EACA,SAAS,EAAE,IAAI,GADd', + 'mappings': ';AACE,CAAC,CAAC,CAAC,CAAD;EACA,SAAS,EAAE,IAAI,GADd', }, os.path.join(d, 'css', 'b.scss.css.map') ) @@ -475,7 +475,7 @@ def test_build_one(self): 'sources': ['../test/d.scss'], 'sourcesContent': [], 'names': [], - 'mappings': ';;AAKI,IAAI,CAAH;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEH,IAAI,CAAC,CAAC,CAAL;IACA,IAAI,EAAE,0BAA2B,GADhC', + 'mappings': ';;AAKA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEJ,IAAI,CAAC,CAAC,CAAJ;IACA,IAAI,EAAE,0BAA2B,GADhC', }, os.path.join(d, 'css', 'd.scss.css.map') ) @@ -1017,8 +1017,8 @@ def test_raises(self): r'.+' r'AssertionError: foo\n\n' r' Backtrace:\n' - r' \tstdin:0, in function `raises`\n' - r' \tstdin:0\n' + r' \tstdin:1, in function `raises`\n' + r' \tstdin:1\n' r' on line 1 of stdin\n' r'>> a { content: raises\(\); }\n' r' --------------------\^\n$' @@ -1030,8 +1030,8 @@ def test_warning(self): 'Error: warning in C function returns_warning: ' 'This is a warning\n' ' Backtrace:\n' - ' \tstdin:0, in function `returns_warning`\n' - ' \tstdin:0\n' + ' \tstdin:1, in function `returns_warning`\n' + ' \tstdin:1\n' ' on line 1 of stdin\n' '>> a { content: returns_warning(); }\n' ' -----------------------------^\n' @@ -1042,8 +1042,8 @@ def test_error(self): with assert_raises_compile_error( 'Error: error in C function returns_error: This is an error\n' ' Backtrace:\n' - ' \tstdin:0, in function `returns_error`\n' - ' \tstdin:0\n' + ' \tstdin:1, in function `returns_error`\n' + ' \tstdin:1\n' ' on line 1 of stdin\n' '>> a { content: returns_error(); }\n' ' ---------------------------^\n' @@ -1066,8 +1066,8 @@ def test_returns_unknown_object(self): ' - SassWarning\n' ' - SassError\n\n' ' Backtrace:\n' - ' \tstdin:0, in function `returns_unknown`\n' - ' \tstdin:0\n' + ' \tstdin:1, in function `returns_unknown`\n' + ' \tstdin:1\n' ' on line 1 of stdin\n' '>> a { content: returns_unknown(); }\n' ' -----------------------------^\n' From 39e4f75ca45c245f853b92a9b32350ad7e3f1a02 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 27 Apr 2015 08:05:30 -0700 Subject: [PATCH 2/2] Bump to 3.2.0 --- libsass | 2 +- sasstests.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libsass b/libsass index f90a1b7a..20d88709 160000 --- a/libsass +++ b/libsass @@ -1 +1 @@ -Subproject commit f90a1b7af6b3379b7b528b375b746ebb4a02f421 +Subproject commit 20d887093075b4d219df441acca19e40ee765740 diff --git a/sasstests.py b/sasstests.py index ebd6b0e3..16d5d8f5 100644 --- a/sasstests.py +++ b/sasstests.py @@ -457,7 +457,7 @@ def test_build_one(self): 'sources': ['../test/b.scss'], 'sourcesContent': [], 'names': [], - 'mappings': ';AACE,CAAC,CAAC,CAAC,CAAD;EACA,SAAS,EAAE,IAAI,GADd', + 'mappings': ';AACE,CAAC,CAAC,CAAC,CAAD;EACA,SAAS,EAAE,IAAK,GADf', }, os.path.join(d, 'css', 'b.scss.css.map') ) @@ -1021,7 +1021,7 @@ def test_raises(self): r' \tstdin:1\n' r' on line 1 of stdin\n' r'>> a { content: raises\(\); }\n' - r' --------------------\^\n$' + r' -------------\^\n$' )): compile_with_func('a { content: raises(); }') @@ -1034,7 +1034,7 @@ def test_warning(self): ' \tstdin:1\n' ' on line 1 of stdin\n' '>> a { content: returns_warning(); }\n' - ' -----------------------------^\n' + ' -------------^\n' ): compile_with_func('a { content: returns_warning(); }') @@ -1046,7 +1046,7 @@ def test_error(self): ' \tstdin:1\n' ' on line 1 of stdin\n' '>> a { content: returns_error(); }\n' - ' ---------------------------^\n' + ' -------------^\n' ): compile_with_func('a { content: returns_error(); }') @@ -1070,7 +1070,7 @@ def test_returns_unknown_object(self): ' \tstdin:1\n' ' on line 1 of stdin\n' '>> a { content: returns_unknown(); }\n' - ' -----------------------------^\n' + ' -------------^\n' ): compile_with_func('a { content: returns_unknown(); }') pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy