We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53efbb8 + c995430 commit 8fc492aCopy full SHA for 8fc492a
test/test_source_maps.rb
@@ -391,7 +391,7 @@ def setup
391
assert_equal "sass/main.css.map", asset.logical_path
392
assert_equal "application/css-sourcemap+json", asset.content_type
393
assert_equal [
394
- "file:///#{ fixture_path('source-maps/sass/main.scss').delete_prefix(/\A\//, '') }?type=text/scss&pipeline=source"
+ "file:///#{ fixture_path('source-maps/sass/main.scss').delete_prefix('/') }?type=text/scss&pipeline=source"
395
], normalize_uris(asset.links)
396
397
assert map = JSON.parse(asset.source)
0 commit comments