diff options
author | John Resig <jeresig@gmail.com> | 2007-08-25 03:55:12 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-08-25 03:55:12 +0000 |
commit | 0477a6e99e95ae93da983e7fc2a30bf16ea8ca77 (patch) | |
tree | c821cac7f861308c64035559d38c4e6d485e4afd /build | |
parent | 34f1042902f8dbf133fdc3c62d17e12ec0cb7a26 (diff) | |
download | jquery-0477a6e99e95ae93da983e7fc2a30bf16ea8ca77.tar.gz jquery-0477a6e99e95ae93da983e7fc2a30bf16ea8ca77.zip |
Added a test case for "purple include", fixed a bug.
Diffstat (limited to 'build')
-rw-r--r-- | build/test/data/test3.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/test/data/test3.html b/build/test/data/test3.html new file mode 100644 index 000000000..909d41745 --- /dev/null +++ b/build/test/data/test3.html @@ -0,0 +1,3 @@ +<div class="user">This is a user</div> +<div class="user">This is a user</div> +<div class="teacher">This is a teacher</div> |