silverme / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

Selectors with single quotes are not properly parsed. #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Example:
document.matchAll('*[title="One\'s title"]')

Fails with error:
SyntaxError: missing ) after condition

See test case and workaround: 
http://veerwest.com/sandbox/base2/

Original issue reported on code.google.com by cedric.s...@gmail.com on 15 May 2007 at 8:57

GoogleCodeExporter commented 8 years ago
Good catch.

Original comment by dean.edw...@gmail.com on 21 May 2007 at 6:38

GoogleCodeExporter commented 8 years ago
Status changed to "Accepted".

Original comment by dean.edw...@gmail.com on 3 Jul 2007 at 4:19

GoogleCodeExporter commented 8 years ago
Fixed in trunk. Libs have been updated too.

Original comment by dean.edw...@gmail.com on 10 Jul 2007 at 8:41

GoogleCodeExporter commented 8 years ago

Original comment by doek...@gmail.com on 14 Jul 2007 at 7:02