Skip to content

Commit 97d795d

Browse files
authored
Merge pull request #57 from sandlerr/roman/bump-libsass-340
bump libsass to 3.4.0
2 parents 39b9581 + 1799d54 commit 97d795d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ext/libsass

Submodule libsass updated 74 files

test/engine_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def test_source_map
154154
\t\t"@import 'admin/text-color';\\n\\np {\\n padding: 20px;\\n}\\n",
155155
\t\t"p {\\n color: red;\\n}\\n"
156156
\t],
157-
\t"mappings": "ACAA,AAAA,CAAC,CAAC;EACA,KAAK,EAAE,GAAI,GACZ;;ADAD,AAAA,CAAC,CAAC;EACA,OAAO,EAAE,IAAK,GACf",
158-
\t"names": []
157+
\t"names": [],
158+
\t"mappings": "ACAA,AAAA,CAAC,CAAC;EACA,KAAK,EAAE,GAAG,GACX;;ADAD,AAAA,CAAC,CAAC;EACA,OAAO,EAAE,IAAI,GACd"
159159
}
160160
MAP
161161
end

test/native_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module NativeTest
99

1010
class General < MiniTest::Test
1111
def test_it_reports_the_libsass_version
12-
assert_equal "3.3.6", Native.version
12+
assert_equal "3.4.0", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)