Skip to content

Latest commit

 

History

History
150 lines (87 loc) · 1.83 KB

test.js.md

File metadata and controls

150 lines (87 loc) · 1.83 KB

Snapshot report for test.js

The actual snapshot is saved in test.js.snap.

Generated by AVA.

strip-unit()

Snapshot 1

`a { top: 1; }␊
`

Snapshot 2

`a { top: 1; }␊
`

Snapshot 3

`a { top: 1; }␊
`

number-clamp()

Snapshot 1

`a { top: 5; }␊
`

Snapshot 2

`a { top: 5px; }␊
`

number-invert()

Snapshot 1

`a { top: -1; }␊
`

Snapshot 2

`a { top: 1; }␊
`

string-contains()

Snapshot 1

`a { top: true; }␊
`

Snapshot 2

`a { top: false; }␊
`

string-starts-with()

Snapshot 1

`a { top: true; }␊
`

Snapshot 2

`a { top: false; }␊
`

string-ends-with()

Snapshot 1

`a { top: true; }␊
`

Snapshot 2

`a { top: false; }␊
`

string-replace()

Snapshot 1

`a { top: "foo unicorn baz"; }␊
`

Snapshot 2

`a { top: "foo bar baz"; }␊
`

url-encode()

Snapshot 1

`a { top: "%23foo%40bar"; }␊
`

tint()

Snapshot 1

`a { top: #ffc6d0; }␊
`

shade()

Snapshot 1

`a { top: #e6adb7; }␊
`

black()

Snapshot 1

`a { top: rgba(0, 0, 0, 0.1); }␊
`

white()

Snapshot 1

`a { top: rgba(255, 255, 255, 0.1); }␊
`

svg-url()

Snapshot 1

`a { top: url("data:image/svg+xml;utf8,<svg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%228%22 height%3D%2213%22><defs><path d%3D%22M6.828 5.368c-%22%2F><%2Fdefs><%2Fsvg>"); }␊
`

background-svg()

Snapshot 1

`a { background-image: url("data:image/svg+xml;utf8,<svg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%228%22 height%3D%2213%22><defs><path d%3D%22M6.828 5.368c-%22%2F><%2Fdefs><%2Fsvg>"); }␊
`

context()

Snapshot 1

`a .bar .unicorn { color: blue; }␊
`