diff options
author | John Resig <jeresig@gmail.com> | 2009-02-16 18:23:59 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-02-16 18:23:59 +0000 |
commit | 048fc4555f8a794239a985c63cff3f76d20d6c61 (patch) | |
tree | 25066a009b29c9c13f48f31ee2c65435d1e3c60c /test/data/with_fries.xml | |
parent | 8533da939d933561aa6c516db4e544dba076a988 (diff) | |
download | jquery-048fc4555f8a794239a985c63cff3f76d20d6c61.tar.gz jquery-048fc4555f8a794239a985c63cff3f76d20d6c61.zip |
Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167.
Diffstat (limited to 'test/data/with_fries.xml')
-rw-r--r-- | test/data/with_fries.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/with_fries.xml b/test/data/with_fries.xml index 88e0e49d5..42f425706 100644 --- a/test/data/with_fries.xml +++ b/test/data/with_fries.xml @@ -6,7 +6,7 @@ <jsconf xmlns="http://www.example.com/ns1"> <response xmlns:ab="http://www.example.com/ns2"> <meta> - <component id="seite1"> + <component id="seite1" class="component"> <properties xmlns:cd="http://www.example.com/ns3"> <property name="prop1"> <thing /> |