aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-08-25 03:55:12 +0000
committerJohn Resig <jeresig@gmail.com>2007-08-25 03:55:12 +0000
commit0477a6e99e95ae93da983e7fc2a30bf16ea8ca77 (patch)
treec821cac7f861308c64035559d38c4e6d485e4afd /build
parent34f1042902f8dbf133fdc3c62d17e12ec0cb7a26 (diff)
downloadjquery-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.html3
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>