Sha256: 7292c367370a7ccd4ff47f5c067d692f1ad665340cc7ec4754ea8c3681763794

Contents?: true

Size: 1.31 KB

Versions: 17

Compression:

Stored size: 1.31 KB

Contents

[

"", [],
"foo", [["error", "invalid"]],
"foo 4", [["error", "invalid"]],

"@foo", [["at-rule", "foo", [], null]],

"@foo bar; \t/* comment */", [["at-rule", "foo", [" ", ["ident", "bar"]], null]],

" /**/ @foo bar{[(4", [["at-rule", "foo",
	[" ", ["ident", "bar"]],
	[["[]", ["()", ["number", "4", 4, "integer"]]]]
]],

"@foo { bar", [["at-rule", "foo", [" "], [" ", ["ident", "bar"]]]],
"@foo [ bar", [["at-rule", "foo", [" ", ["[]", " ", ["ident", "bar"]]], null]],

" /**/ div > p { color: #aaa;  } /**/ ", [["qualified rule",
	[["ident", "div"], " ", ">", " ", ["ident", "p"], " "],
	[" ", ["ident", "color"], ":", " ", ["hash", "aaa", "id"], ";", " "]
]],

" /**/ { color: #aaa  ", [["qualified rule",
	[],
	[" ", ["ident", "color"], ":", " ", ["hash", "aaa", "id"], " "]
]],

" /* CDO/CDC are ignored between rules */ <!-- --> {", [["qualified rule", [], []]],
" <!-- --> a<!---->{", [["qualified rule", [["ident", "a"], "<!--", "-->"], []]],

"div { color: #aaa; } p{}", [
	["qualified rule", [["ident", "div"], " "],
		[" ", ["ident", "color"], ":", " ", ["hash", "aaa", "id"], ";", " "]
	],
	["qualified rule", [["ident", "p"]], []]
],

"div {} -->", [["qualified rule", [["ident", "div"], " "], []]],

"{}a", [["qualified rule", [], []], ["error", "invalid"]],
"{}@a", [["qualified rule", [], []], ["at-rule", "a", [], null]]

]

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.9.0 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.8.3 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.8.2 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.8.1 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.8.0 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
spiral_form-0.1.1 vendor/bundle/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
spiral_form-0.1.0 vendor/bundle/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.7.1 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
zuora_connect_ui-0.7.0 vendor/ruby/2.6.0/gems/crass-1.0.4/test/css-parsing-tests/stylesheet.json
crass-1.0.4 test/css-parsing-tests/stylesheet.json
crass-1.0.3 test/css-parsing-tests/stylesheet.json
crass-1.0.2 test/css-parsing-tests/stylesheet.json
crass-1.0.1 test/css-parsing-tests/stylesheet.json
crass-1.0.0 test/css-parsing-tests/stylesheet.json