Skip to content

Commit 9831c16

Browse files
committed
add ; within quotes test
1 parent f3f59c4 commit 9831c16

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

test/cases/quoted.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
background: url('some;stuff;here') 50% 50% no-repeat;
3+
}

test/cases/quoted.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"stylesheet": {
3+
"rules": [
4+
{
5+
"selectors": [
6+
"body"
7+
],
8+
"declarations": [
9+
{
10+
"property": "background",
11+
"value": "url('some;stuff;here') 50% 50% no-repeat"
12+
}
13+
]
14+
}
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)