Skip to content

Commit 6a0eb50

Browse files
committed
Merge commit 'f5baaa6051b947edaad403eb4450824fc9cc926e' into line-numbers
2 parents 4b2d1c3 + f5baaa6 commit 6a0eb50

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

css-parsing-tests/README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ The upstream repository for these tests is at
1010
https://github.com/SimonSapin/css-parsing-tests
1111

1212

13+
Projects using this
14+
===================
15+
16+
CSS parsers using these tests:
17+
18+
* `tinycss2 <https://github.com/SimonSapin/tinycss2>`_ (Python)
19+
* `rust-cssparser <https://github.com/mozilla-servo/rust-cssparser>`_
20+
(Rust, used in `Servo <https://github.com/mozilla/servo/>`_)
21+
* `Crass <https://github.com/rgrove/crass/>`_ (Ruby)
22+
23+
1324
Importing
1425
=========
1526

css-parsing-tests/component_value_list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
"url('a\nb') url('c\n", [["error", "bad-url"], " ", ["error", "bad-url"]],
164164

165-
"url() url( \t) url( Foô\\030\n!\n) url(a b) url(a\\ b) url(a(b) url(a\\(b) url(a'b) url(a\\'b) url(a\"b) url(a\\\"b) url(a\nb) url(a\\\nb) url(a\\a b) url(a\\", [
165+
"url() url( \t) url(\n Foô\\030\n!\n) url(\na\nb\n) url(a\\ b) url(a(b) url(a\\(b) url(a'b) url(a\\'b) url(a\"b) url(a\\\"b) url(a\nb) url(a\\\nb) url(a\\a b) url(a\\", [
166166
["url", ""], " ",
167167
["url", ""], " ",
168168
["url", "Foô0!"], " ",

0 commit comments

Comments
 (0)