vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

Incorrect human readable text for a selector group #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Visual Fizzler
2. Type in "a, span" (w/o quotes) for selector

What is the expected output? What do you see instead?

The description reads, "Select all nodes with the <a> tag." Expected to see
something along the lines of, "Select all nodes with the <a> tag. Combining
with previous, select all nodes with the <span> tag."

Please use labels and text to provide additional information.

Using r125.

Original issue reported on code.google.com by azizatif on 29 Apr 2009 at 9:17

GoogleCodeExporter commented 8 years ago
r131 fixes this and adds a unit test.

a, span -> "Select all nodes with the <a> tag, then combined with previous, 
select
all nodes with the <span> tag."

Original comment by info%colinramsay.co.uk@gtempaccount.com on 29 Apr 2009 at 11:49