ocaml-css icon indicating copy to clipboard operation
ocaml-css copied to clipboard

Test cases breaking parser

Open dmsnell opened this issue 7 years ago • 2 comments

li + a {
  color: red; 
}
li > a {
  color: red; 
}

dmsnell avatar Sep 27 '18 21:09 dmsnell

Hi @dmsnell! Thank you for testing out the parser and noticing this error. I've currently only got about 20% of the CSS spec working. I've still got a long way to go.

I'll leave this issue open until I handle these two cases.

samouri avatar Sep 29 '18 15:09 samouri

If you are interested in many test cases, you can take a look at prettier tests in the css_ folders.

vjeux avatar Nov 27 '18 03:11 vjeux